usersStream property

Stream<List<User>> usersStream

The current users list as a stream

Implementation

Stream<List<User>> get usersStream => _usersController.stream;