NEVoiceRoomSeatRequestItem class Null safety

成员麦位申请信息。 @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.
read-only, inherited
icon String?
final
index int
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
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.
inherited

Operators

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