users property

List<User>? users
getter/setter pair

The users that have access to the domain.

Implementation

core.List<User>? users;