ClientPresence class

Constructors

ClientPresence(String? _label, int _type, String? _url, String _createdAt, Timestamp? _timestamps, Snowflake? _applicationId, String? _details, String? _state, int? _flags)
ClientPresence.from({required dynamic payload})
factory

Properties

applicationId Snowflake?
Get application id of this
no setter
createdAt DateTime
Get created time of this
no setter
details String?
Get details of this
no setter
flags int?
Get flags of this
no setter
hashCode int
The hash code for this object.
no setterinherited
label String?
Get label of this
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Get state of this
no setter
timestamps → Timestamp?
Get timestamps of this
no setter
type GamePresence
Get type of this
no setter
url String?
Get url of this
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 ==(Object other) bool
The equality operator.
inherited