public static fromMap(data as Map<String, Object>) as TestReport:
Creates a typed report from parsed JSON data.
data
Typed report.
report = TestReport.fromMap({"source": "test", "classes": []})