customLists property

List<CustomList>? customLists
getter/setter pair

The list of custom lists.

This list will be absent if empty.

Implementation

core.List<CustomList>? customLists;