PlacesSearchResponse.fromJson constructor

PlacesSearchResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PlacesSearchResponse.fromJson(Map<String, dynamic> json) =>
    _$PlacesSearchResponseFromJson(json);