ContactLabels<T> constructor

const ContactLabels<T>({
  1. String? type,
  2. String? description,
  3. String? emailAddress,
  4. String? phoneNumber,
  5. String? socialMediaHandle,
  6. List<ContactTypeSelection<T>>? contactTypes,
})

Implementation

const ContactLabels({
  this.type,
  this.description,
  this.emailAddress,
  this.phoneNumber,
  this.socialMediaHandle,
  this.contactTypes,
});