fromJson static method

ServiceAttributesModel fromJson(
  1. String json
)

Implementation

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