PersonPatchAgreement constructor

PersonPatchAgreement({
  1. bool? privacyPolicy,
  2. bool? termsOfService,
  3. bool? olderThan,
})

Returns a new PersonPatchAgreement instance.

Implementation

PersonPatchAgreement({
  this.privacyPolicy,
  this.termsOfService,
  this.olderThan,
});