HomeownerUpdateV3Body constructor

const HomeownerUpdateV3Body({
  1. String? firstName,
  2. String? lastName,
  3. bool? hasAcceptedTC,
  4. bool? hasAcceptedMarketingOutreach,
})

Implementation

const HomeownerUpdateV3Body({
  this.firstName,
  this.lastName,
  this.hasAcceptedTC,
  this.hasAcceptedMarketingOutreach,
});