fromJson static method

IdentifierSearchModel fromJson(
  1. String json
)

Implementation

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