fromJson static method

Implementation

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