TermsAndConditions constructor

TermsAndConditions({
  1. bool ageCompliant = false,
  2. bool signedConsent = false,
  3. bool agreedPrivacy = false,
})

Implementation

TermsAndConditions(
    {this.ageCompliant: false,
    this.signedConsent: false,
    this.agreedPrivacy: false});