AppTeam class

Object of team that manages given app

Inheritance

Properties

createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iconHash String?
Hash of team icon
latefinal
id Snowflake
ID of entity as Snowflake
finalinherited
members List<AppTeamMember>
List of members of team
latefinal
ownerId Snowflake
Id of Team owner
latefinal
ownerMember AppTeamMember
Returns instance of AppTeamMember of team owner
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamIconUrl String?
Returns url to team icon
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