fromMap static method
Implementation
static AddressSearchModel fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<AddressSearchModel>(map);
}
static AddressSearchModel fromMap(Map<String, dynamic> map) {
return ensureInitialized().decodeMap<AddressSearchModel>(map);
}