userList property

ValueNotifier<List<User>> userList
getter/setter pair

Implementation

ValueNotifier<List<User>> userList = ValueNotifier([]);