MemberData class

Defines the structure of the channel member data.

Constructors

MemberData({required String id, dynamic data})
MemberData.fromJson(Map<String, dynamic> map)
factory

Properties

data ↔ dynamic
Data payload for the channel member. The supported payload types are strings, JSON objects and arrays, buffers containing arbitrary binary data, and null. This data is typically set calling the RealtimeManager.updateProfile method.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The unique socket id of the channel member
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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