GuildBuilder class

Inheritance

Constructors

GuildBuilder({required String name, ImageBuilder? icon, VerificationLevel? verificationLevel, MessageNotificationLevel? defaultMessageNotificationLevel, ExplicitContentFilterLevel? explicitContentFilterLevel, List<RoleBuilder>? roles, List<GuildChannelBuilder<GuildChannel>>? channels, Snowflake? afkChannelId, Duration? afkTimeout, Snowflake? systemChannelId, Flags<SystemChannelFlags>? systemChannelFlags})

Properties

afkChannelId Snowflake?
getter/setter pair
afkTimeout Duration?
getter/setter pair
channels List<GuildChannelBuilder<GuildChannel>>?
getter/setter pair
defaultMessageNotificationLevel MessageNotificationLevel?
getter/setter pair
explicitContentFilterLevel ExplicitContentFilterLevel?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon ImageBuilder?
getter/setter pair
name String
getter/setter pair
roles List<RoleBuilder>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemChannelFlags Flags<SystemChannelFlags>?
getter/setter pair
systemChannelId Snowflake?
getter/setter pair
verificationLevel VerificationLevel?
getter/setter pair

Methods

build() Map<String, Object?>
override
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