HomeownerConsentDTO constructor

const HomeownerConsentDTO({
  1. String? email,
  2. bool? hasAcceptedTC,
})

Implementation

const HomeownerConsentDTO({
  this.email,
  this.hasAcceptedTC,
});