ListLocationsResponse constructor

ListLocationsResponse({
  1. List<Location>? locations,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListLocationsResponse({this.locations, this.nextPageToken, this.totalSize});