AppTeamUser class Null safety
Represent user in AppTeamMember context
- Inheritance
- Object
- SnowflakeEntity
- AppTeamUser
Properties
- avatar ↔ String?
-
The user's avatar hash.
read / write, final, late
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
- discriminator ↔ String
-
The user's discriminator.
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id → Snowflake
-
ID of entity as Snowflake
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- username ↔ String
-
The user's username.
read / write, final, late
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited