Member class

Represents a member of presence channel in Pusher.

Constructors

Member.new({required String id, dynamic info})
const
Member.fromMap(Map data)
Creates a new instance from a map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The member's id.
final
info → dynamic
The member's info.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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