Client class
Constructors
- Client.new({required String email})
-
Client.fromJson(Map<
String, dynamic> json) -
factory
- Client.fromRawJson(String str)
-
factory
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited