SyniRuntimeResponse constructor
SyniRuntimeResponse(
- String rawJson
Implementation
SyniRuntimeResponse(this.rawJson) : data = jsonDecode(rawJson);
SyniRuntimeResponse(this.rawJson) : data = jsonDecode(rawJson);