groups property

List<Group>? groups
getter/setter pair

A list of group objects.

Implementation

core.List<Group>? groups;