HomeownerV2 constructor

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

Implementation

const HomeownerV2({
  this.email,
  this.firstName,
  this.lastName,
  this.hasAcceptedTC,
});