fromJson static method

AttributesModel fromJson(
  1. String json
)

Implementation

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