UserState class

Constructors

UserState()

Properties

hasAudioStreamUserList ValueNotifier<LinkedHashSet<String>>
final
hashCode int
The hash code for this object.
no setterinherited
hasVideoStreamUserList ValueNotifier<LinkedHashSet<String>>
final
myFollowingUserList ValueNotifier<LinkedHashSet<UserInfo>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfInfo UserInfo
final
speakingUserList ValueNotifier<LinkedHashSet<String>>
final
userList ValueNotifier<LinkedHashSet<UserInfo>>
final

Methods

addUser(TUIUserInfo userInfo) → void
addUserList(Set<UserInfo> list) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUser(TUIUserInfo userInfo) → void
reset() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited