users property

List<User>? users
getter/setter pair

The users from the specified account.

Implementation

core.List<User>? users;