locationLists property

List<LocationList>? locationLists
getter/setter pair

The list of location lists.

This list will be absent if empty.

Implementation

core.List<LocationList>? locationLists;