ListLocationListsResponse constructor
      
      ListLocationListsResponse({ 
    
    
- List<LocationList> ? locationLists,
- String? nextPageToken,
Implementation
ListLocationListsResponse({this.locationLists, this.nextPageToken});