CustomerService constructor
CustomerService({
- String? email,
- PhoneNumber? phone,
- String? uri,
Implementation
CustomerService({this.email, this.phone, this.uri});