fromJson static method

ServiceDefinitionModel fromJson(
  1. String json
)

Implementation

static ServiceDefinitionModel fromJson(String json) {
  return ensureInitialized().decodeJson<ServiceDefinitionModel>(json);
}