mineral
api
GuildChannel
flags property
flags
flags
property
Null safety
List
<
Flag
>
flags
Get
List
of
Flag
Implementation
List<Flag> get flags => _flags != null ? _getFlagsFromBitfield(_flags!) : [];
mineral
api
GuildChannel
flags property
GuildChannel class
Constructors
GuildChannel
Properties
flags
guild
hashCode
id
label
parent
permissions
position
runtimeType
type
Methods
delete
noSuchMethod
setLabel
setParent
setParentId
setPermissionsOverwrite
toString
update
Operators
operator ==