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