NEVoiceRoomSeatItem class Null safety

单个麦位信息。 @property index 麦位位置。 @property status 麦位状态,参考NEVoiceRoomSeatItemStatus。 @property onSeatType 上麦类型,参考NEVoiceRoomOnSeatType。 @property user 当前状态关联的用户。 @property updated 更新时间戳,单位ms。

Constructors

NEVoiceRoomSeatItem(int index, int status, String user, String? userName, String? icon, int onSeatType, int updated)

Properties

hashCode int
The hash code for this object.
read-only, inherited
icon String?
final
index int
final
onSeatType int
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
status int
final
updated int
final
user String
final
userName String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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