SyniRuntimeResponse.fromJson constructor

SyniRuntimeResponse.fromJson(
  1. String json
)

Implementation

factory SyniRuntimeResponse.fromJson(String json) =>
    SyniRuntimeResponse(json);