GuildFlags class

Indicators of a guild

Constructors

GuildFlags(bool isBanned, bool isPrivate, bool isRestricted, bool isSiegeProtected, bool over18, bool disallowBots)

Properties

disallowBots bool
data'disallowbots'
final
hashCode int
The hash code for this object.
no setterinherited
isBanned bool
data'is_banned'
final
isPrivate bool
data'is_private'
final
isRestricted bool
data'is_restricted'
final
isSiegeProtected bool
data'is_siege_protected'
final
over18 bool
data'over_18'
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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