ListLocationsResponse constructor

ListLocationsResponse({
  1. List<Location> locations = const [],
  2. String nextPageToken = '',
})

Implementation

ListLocationsResponse({this.locations = const [], this.nextPageToken = ''})
  : super(fullyQualifiedName);