PlacesSearchResponse constructor
PlacesSearchResponse({})
Implementation
PlacesSearchResponse({
required String status,
String? errorMessage,
this.results = const [],
this.htmlAttributions = const [],
this.nextPageToken,
}) : super(status: status, errorMessage: errorMessage);