PlacesSuggestions.fromJson constructor

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

Implementation

factory PlacesSuggestions.fromJson(Map<String, dynamic> json) {
  return _$PlacesSuggestionsFromJson(json);
}