HandsUp class

Constructors

HandsUp({required int handsUpType, required int status, required int handsUpTime})

Properties

handsUpTime int
举手时间, -1: 放下
final
handsUpType int
举手类型, 1:全体静音举手发言 see HandsUpType
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
举手状态, 0: 无, 1:举手, 2:举手通过 see NEHandsUpStatus
final

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

Static Methods

fromArrays(List? handsUp) List<HandsUp>?
fromMap(Map? map) HandsUp?