fromJson static method

Implementation

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