fromJson static method

IdentifierModel fromJson(
  1. String json
)

Implementation

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