DiscordChannelMention class

Constructors

DiscordChannelMention({required DiscordSnowflake id, required DiscordSnowflake guildId, required int type, required String name})
DiscordChannelMention.fromJson(Map<String, dynamic> json)
factory

Properties

guildId DiscordSnowflake
id of the guild containing the channel
final
hashCode int
The hash code for this object.
no setterinherited
id DiscordSnowflake
id of the channel
final
name String
the name of the channel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
the type of channel
final
typeAsEnum DiscordChannelType?
no setter

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

guildIdEntry → const String
idEntry → const String
nameEntry → const String
typeEntry → const String