IAppTeamUser class abstract

Implemented types

Constructors

IAppTeamUser()

Properties

avatar String?
The user's avatar hash.
no setter
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
discriminator String
The user's discriminator.
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
The user's username.
no setter

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 ==(dynamic other) bool
The equality operator.
inherited