NEVoiceRoomSeatInfo class
麦位信息。 @property creator 麦位创建者。 @property managers 管理员列表。 @property seatItems 麦位列表信息。
Constructors
-
NEVoiceRoomSeatInfo(String creator, List<
String> managers, List<NEVoiceRoomSeatItem> seatItems)
Properties
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited