AnonymousUserMixin mixin
- Mixin applications
- Available extensions
Properties
- avatar ↔ AnonymousUserMixin$Avatar?
-
getter/setter pair
- bio ↔ UserBio?
-
getter/setter pair
- callCover ↔ AnonymousUserMixin$CallCover?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ UserId
-
getter/setter pair
- isDeleted ↔ bool
-
getter/setter pair
- name ↔ UserName?
-
getter/setter pair
- num ↔ UserNum
-
getter/setter pair
- online ↔ AnonymousUserMixin$Online?
-
getter/setter pair
- presence ↔ UserPresence?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ UserTextStatus?
-
getter/setter pair
- ver ↔ UserVersion
-
getter/setter pair
- welcomeMessage ↔ AnonymousUserMixin$WelcomeMessage?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
) → DtoUser -
Available on AnonymousUserMixin, provided by the AnonUserConversion extension
Constructs a new DtoUser from this UserMixin. -
toModel(
) → User -
Available on AnonymousUserMixin, provided by the AnonUserConversion extension
Constructs a new User from this AnonymousUserMixin. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited