IGuildWelcomeChannel class Null safety
Constructors
Properties
-
channel
→ Cacheable<
Snowflake, IChannel> -
The channel of this welcome screen.
read-only
- description → String?
-
The description shown for the channel.
read-only
- emoji → IEmoji?
-
The emoji in the channel.
This can be a UnicodeEmoji or a IResolvableGuildEmojiPartial
read-only
- emojiId → Snowflake?
-
The emoji id if emojiName is a custom emoji.
read-only
- emojiName → String?
-
The name of the emoji if custom, otherwise the unicode character.
Or
null
if no emoji is set.read-only - hashCode → int
-
The hash code for this object.
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