CustomerCreateDTO constructor

CustomerCreateDTO({
  1. String? displayName,
  2. String? email,
  3. String? fullName,
})

Implementation

CustomerCreateDTO({this.displayName, this.email, this.fullName});