NEVoiceRoomSeatRequestItem class

成员麦位申请信息。 @property index 麦位位置。如果为**-1**,表示未指定位置。 @property user 申请人。 @property userName 用户名。 @property user 用户头像。

Constructors

NEVoiceRoomSeatRequestItem(int index, String user, String? userName, String? icon)

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String?
final
index int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String
final
userName String?
final

Methods

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

Operators

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