ServerSettings class final

Constructors

ServerSettings({required String? bitfieldPermission, required int? afkTimeout, required bool hasWidgetEnabled, required VerificationLevel verificationLevel, required DefaultMessageNotification defaultMessageNotifications, required ExplicitContentFilter explicitContentFilter, required List<String> features, required MfaLevel mfaLevel, required List<SystemChannelFlag> systemChannelFlags, required String? vanityUrlCode, required ServerSubscription subscription, required String preferredLocale, required int? maxVideoChannelUsers, required NsfwLevel nsfwLevel})

Properties

afkTimeout int?
final
bitfieldPermission String?
final
defaultMessageNotifications DefaultMessageNotification
final
explicitContentFilter ExplicitContentFilter
final
features List<String>
final
hashCode int
The hash code for this object.
no setterinherited
hasWidgetEnabled bool
final
maxVideoChannelUsers int?
final
mfaLevel MfaLevel
final
nsfwLevel NsfwLevel
final
preferredLocale String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription ServerSubscription
final
systemChannelFlags List<SystemChannelFlag>
final
vanityUrlCode String?
final
verificationLevel VerificationLevel
final

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