GuildPreview class
Constructors
-
GuildPreview(Snowflake _id, String _label, String? _description, String? _icon, String? _splash, String? _discoverySplash, Map<
Snowflake, Emoji> _emojis, Map<Snowflake, Sticker> _stickers, List<GuildFeature> _features, int _approximateMemberCount, int _approximatePresenceCount) - GuildPreview.from({required Guild guild, required dynamic payload})
-
factory
Properties
- approximateMemberCount → int
-
no setter
- approximatePresenceCount → int
-
no setter
- description → String?
-
no setter
- discoverySplash → String?
-
no setter
-
emojis
→ Map<
Snowflake, Emoji> -
no setter
-
features
→ List<
GuildFeature> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → String?
-
no setter
- id → Snowflake
-
no setter
- label → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splash → String?
-
no setter
-
stickers
→ Map<
Snowflake, Sticker> -
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