lists property

Map<String, List>? lists
getter/setter pair

The lists in the document, keyed by list ID.

Output only.

Implementation

core.Map<core.String, List>? lists;