NEVoiceRoomSeatInfo class

麦位信息。 @property creator 麦位创建者。 @property managers 管理员列表。 @property seatItems 麦位列表信息。

Constructors

NEVoiceRoomSeatInfo(String creator, List<String> managers, List<NEVoiceRoomSeatItem> seatItems)

Properties

creator String
final
hashCode int
The hash code for this object.
no setterinherited
managers List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatItems List<NEVoiceRoomSeatItem>
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.
override

Operators

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