PlacesResponse.fromRawJson constructor

PlacesResponse.fromRawJson(
  1. String str
)

Implementation

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