GoogleMapsPlaces constructor
GoogleMapsPlaces({})
Implementation
GoogleMapsPlaces({
String? apiKey,
String? baseUrl,
Client? httpClient,
Map<String, String>? apiHeaders,
}) : super(
apiKey: apiKey,
baseUrl: baseUrl,
apiPath: _placesUrl,
httpClient: httpClient,
apiHeaders: apiHeaders,
);