UAddressResponse.fromJson constructor
UAddressResponse.fromJson(
- String str
Implementation
factory UAddressResponse.fromJson(String str) => UAddressResponse.fromMap(json.decode(str));
factory UAddressResponse.fromJson(String str) => UAddressResponse.fromMap(json.decode(str));