ChannelType class Null safety
Enum for possible channel types
Constructors
- ChannelType.from(int value)
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. [...]
override
Constants
- category → const ChannelType
-
const ChannelType._create(4)
- dm → const ChannelType
-
const ChannelType._create(1)
- groupDm → const ChannelType
-
const ChannelType._create(3)
- guildNews → const ChannelType
-
const ChannelType._create(5)
- guildStore → const ChannelType
-
const ChannelType._create(6)
- text → const ChannelType
-
const ChannelType._create(0)
- voice → const ChannelType
-
const ChannelType._create(2)