SeatRequestApprovalMode enum Null safety
上麦申请是否需要管理员同意
Constructors
- SeatRequestApprovalMode()
-
const
Values
- off → const SeatRequestApprovalMode
-
const SeatRequestApprovalMode(0) - on → const SeatRequestApprovalMode
-
const SeatRequestApprovalMode(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
-
values
→ const List<
SeatRequestApprovalMode> -
A constant List of the values in this enum, in order of their declaration.
[off, on]