ListLocationListsResponse constructor

ListLocationListsResponse({
  1. List<LocationList>? locationLists,
  2. String? nextPageToken,
})

Implementation

ListLocationListsResponse({this.locationLists, this.nextPageToken});