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