GuildWidget class

A Guild's widget.

Properties

channels List<PartialChannel>
A list of channels in the guild.
final
guild PartialGuild
The guild this widget is for.
no setter
guildId Snowflake
The ID of the guild this widget is for.
final
hashCode int
The hash code for this object.
no setterinherited
invite String?
An invite URL to the guild.
final
manager GuildManager
The manager for this GuildWidget.
final
name String
final
presenceCount int
The number of presences in the guild.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users List<PartialUser>
A list of users in the guild.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
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