CustomerService constructor

CustomerService({
  1. String? email,
  2. PhoneNumber? phone,
  3. String? uri,
})

Implementation

CustomerService({this.email, this.phone, this.uri});