NESeatRequestApprovalMode class

麦位申请审批模式。

  • OFF 审批模式关闭,即成员提交申请后不需要管理员同意,可直接上麦。
  • ON 审批模式打开,即成员提交申请后需要管理员同意才能上麦。

Constructors

NESeatRequestApprovalMode()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Constants

OFF → const int
ON → const int