SyniRuntimeResponse constructor

SyniRuntimeResponse(
  1. String rawJson
)

Implementation

SyniRuntimeResponse(this.rawJson) : data = jsonDecode(rawJson);