Client class
Constructors
- Client.new({String? phone, String? name, String? email})
-
Client.fromMap(Map<
String, dynamic> json) -
factory
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited