SystemMessageType enum
Constructors
- SystemMessageType()
-
const
Values
- undefined → const SystemMessageType
- applyJoinTeam → const SystemMessageType
- rejectTeamApply → const SystemMessageType
- teamInvite → const SystemMessageType
- declineTeamInvite → const SystemMessageType
- addFriend → const SystemMessageType
- superTeamApply → const SystemMessageType
- superTeamApplyReject → const SystemMessageType
- superTeamInvite → const SystemMessageType
- superTeamInviteReject → const SystemMessageType
Properties
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
-
values
→ const List<
SystemMessageType> -
A constant List of the values in this enum, in order of their declaration.
[undefined, applyJoinTeam, rejectTeamApply, teamInvite, declineTeamInvite, addFriend, superTeamApply, superTeamApplyReject, superTeamInvite, superTeamInviteReject]