users property

Map<String, User> users

The current user

Implementation

Map<String, User> get users => _usersController.value;