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