CustomerContact constructor

CustomerContact({
  1. String? email,
})

Implementation

CustomerContact({this.email});