ClientStatus class Null safety
Provides status of user on different devices
Properties
- desktop ↔ UserStatus
-
The user's status set for an active desktop (Windows, Linux, Mac) application session
read / write, final, late
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- isOnline → bool
-
Returns if user is online
read-only
- phone ↔ UserStatus
-
The user's status set for an active web (browser, bot account) application session
read / write, final, late
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- web ↔ UserStatus
-
The user's status set for an active mobile (iOS, Android) application session
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 ==(
Object other) → bool -
The equality operator. [...]
override