MesiboPresence class

Inheritance

Constructors

MesiboPresence({required int presence, required int value, required MesiboProfileFlutter? profile, required MesiboProfileFlutter? groupProfile})

Properties

groupProfile MesiboProfileFlutter?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
presence int
getter/setter pairinherited
profile MesiboProfileFlutter?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
getter/setter pairinherited

Methods

encode() Object
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() → void
sendJoined() → void
sendLeft() → void
sendRequest() → void
sendTyping() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited