fromJson static method

AddressSearchModel fromJson(
  1. String json
)

Implementation

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