userList property

Implementation

final ValueNotifier<LinkedHashSet<UserInfo>> userList = ValueNotifier(LinkedHashSet<UserInfo>());