OrderContact constructor

OrderContact({
  1. String? contactInfo,
  2. String? contactName,
  3. String? contactTitle,
  4. String? contactType,
  5. String? signatureUserProfileId,
})

Implementation

OrderContact({
  this.contactInfo,
  this.contactName,
  this.contactTitle,
  this.contactType,
  this.signatureUserProfileId,
});