ChannelEventCategory enum Null safety
Represents channel event that comes from socket
Constructors
- ChannelEventCategory()
-
const
Values
- none → const ChannelEventCategory
- join → const ChannelEventCategory
- leave → const ChannelEventCategory
- updateOperators → const ChannelEventCategory
- invite → const ChannelEventCategory
- declineInvite → const ChannelEventCategory
- enter → const ChannelEventCategory
- exit → const ChannelEventCategory
- mute → const ChannelEventCategory
- unmute → const ChannelEventCategory
- ban → const ChannelEventCategory
- unban → const ChannelEventCategory
- frozen → const ChannelEventCategory
- unfrozen → const ChannelEventCategory
- typingStart → const ChannelEventCategory
- typingEnd → const ChannelEventCategory
- propChanged → const ChannelEventCategory
- deleted → const ChannelEventCategory
- metaDataChanged → const ChannelEventCategory
- metaCounterChanged → const ChannelEventCategory
- pinnedMessage → const ChannelEventCategory
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<
ChannelEventCategory> -
A constant List of the values in this enum, in order of their declaration.
[none, join, leave, updateOperators, invite, declineInvite, enter, exit, mute, unmute, ban, unban, frozen, unfrozen, typingStart, typingEnd, propChanged, deleted, metaDataChanged, metaCounterChanged, …