ChannelEventCategory enum Null safety

Represents channel event that comes from socket

Inheritance

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
hidden → const ChannelEventCategory
unhidden → const ChannelEventCategory
pinnedMessage → const ChannelEventCategory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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, …