UserViewInfo class

Constructors

UserViewInfo({required V2TimUserFullInfo userInfo, bool isPeaking = false, bool isSelf = false, bool isMuteAudio = false, int viewID = 0, bool isJoined = false, bool isMuteVideo = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isJoined bool
getter/setter pair
isMuteAudio bool
getter/setter pair
isMuteVideo bool
getter/setter pair
isPeaking bool
getter/setter pair
isSelf bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInfo ↔ V2TimUserFullInfo
getter/setter pair
viewID int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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