fromJson static method

NameModel fromJson(
  1. String json
)

Implementation

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