menu
google_search_api package
documentation
google_search_api.dart
GoogleNearBySearchResponse
GoogleNearBySearchResponse.fromJson constructor
GoogleNearBySearchResponse.fromJson constructor
dark_mode
light_mode
GoogleNearBySearchResponse.fromJson
constructor
GoogleNearBySearchResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
GoogleNearBySearchResponse.fromJson(Map<String, dynamic> json) { results = json['results']; }
google_search_api package
documentation
google_search_api
GoogleNearBySearchResponse
GoogleNearBySearchResponse.fromJson constructor
GoogleNearBySearchResponse class