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