ElectionOfficial constructor

ElectionOfficial({
  1. String? emailAddress,
  2. String? faxNumber,
  3. String? name,
  4. String? officePhoneNumber,
  5. String? title,
})

Implementation

ElectionOfficial({
  this.emailAddress,
  this.faxNumber,
  this.name,
  this.officePhoneNumber,
  this.title,
});