ConsentUpdateV2Body constructor

const ConsentUpdateV2Body({
  1. String? email,
  2. bool? isHomeowner,
  3. bool? hasAcceptedConsent,
  4. String? source,
})

Implementation

const ConsentUpdateV2Body({
  this.email,
  this.isHomeowner,
  this.hasAcceptedConsent,
  this.source,
});