IAppTeam class abstract

Object of team that manages given app

Implemented types

Constructors

IAppTeam()

Properties

client INyxx
Reference to INyxx.
read-only
createdAt DateTime
Gets creation timestamp included in Snowflake
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
iconHash String?
Hash of team icon
read-only
id Snowflake
ID of entity as Snowflake
finalinherited
members List<IAppTeamMember>
List of members of team
read-only
name String
The team's name.
read-only
ownerId Snowflake
Id of Team owner
read-only
ownerMember IAppTeamMember
Returns instance of IAppTeamMember of team owner
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

iconUrl({String format = 'webp', int? size}) String?
Returns URL to team icon with given format and size.
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 ==(dynamic other) bool
The equality operator.
inherited