AddressLabel.fromRawJson constructor
AddressLabel.fromRawJson(
- String str
Implementation
factory AddressLabel.fromRawJson(String str) =>
AddressLabel.fromJson(json.decode(str));
factory AddressLabel.fromRawJson(String str) =>
AddressLabel.fromJson(json.decode(str));