NEWaitingRoomInfo class

等候室房间信息

Constructors

NEWaitingRoomInfo({required int memberCount, required bool isEnabledOnEntry, String? backgroundImageUrl})
const

Properties

backgroundImageUrl String?
等候室背景图
final
hashCode int
The hash code for this object.
no setteroverride
isEnabledOnEntry bool
当前房间是否开启了等候室
final
memberCount int
当前等候室成员数量
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? memberCount, bool? isEnabledOnEntry, String? backgroundImageUrl}) NEWaitingRoomInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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