public static fromMap(data as Map<String, Object>) as TestMethodResult:
Creates a typed method result from parsed JSON data.
| Parameter | Description |
|---|---|
data | Parsed method object. |
Typed method result.
result = TestMethodResult.fromMap({"name": "testValue", "status": "passed"})