users property

List<User>? users
getter/setter pair

The list of users.

This list will be absent if empty.

Implementation

core.List<User>? users;