QChatInviteApplyRecordStatus enum Null safety
Constructors
- QChatInviteApplyRecordStatus()
-
const
Values
- initial → const QChatInviteApplyRecordStatus
-
初始状态
QChatInviteApplyRecordStatus()
- accept → const QChatInviteApplyRecordStatus
-
同意
QChatInviteApplyRecordStatus()
- reject → const QChatInviteApplyRecordStatus
-
拒绝
QChatInviteApplyRecordStatus()
- acceptByOther → const QChatInviteApplyRecordStatus
-
通过其他操作同意
QChatInviteApplyRecordStatus()
- rejectByOther → const QChatInviteApplyRecordStatus
-
通过其他操作拒绝
QChatInviteApplyRecordStatus()
- autoJoin → const QChatInviteApplyRecordStatus
-
自动加入
QChatInviteApplyRecordStatus()
- expired → const QChatInviteApplyRecordStatus
-
过期
QChatInviteApplyRecordStatus()
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<
QChatInviteApplyRecordStatus> -
A constant List of the values in this enum, in order of their declaration.
[initial, accept, reject, acceptByOther, rejectByOther, autoJoin, expired]