Presence class

A single shared state between users with Realtime Presence.

Constructors

Presence.fromJson(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>
The payload shared by users.
final
presenceRef String
Reference to the presence object.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deepClone() Presence
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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