UAddressResponse.fromJson constructor

UAddressResponse.fromJson(
  1. String str
)

Implementation

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