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
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