ClientAwareness class

Client awareness state

Constructors

ClientAwareness.new({required String clientId, required Map<String, dynamic> metadata})
Constructor
const
ClientAwareness.fromJson(Map<String, dynamic> json)
from json
factory

Properties

clientId String
client id
final
hashCode int
The hash code for this object.
no setteroverride
metadata Map<String, dynamic>
client metadata
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? clientId, Map<String, dynamic>? metadata}) ClientAwareness
copy with
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
to json
toString() String
A string representation of this object.
override

Operators

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