fromJsonMap method
Implementation
@override
PlacesSuggestions? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? PlacesSuggestions.fromJson(json) : null;
@override
PlacesSuggestions? fromJsonMap(Map<String, dynamic>? json) =>
json != null ? PlacesSuggestions.fromJson(json) : null;