users property

List<ClientUser>? users
getter/setter pair

The returned list of client users.

Implementation

core.List<ClientUser>? users;