Consent constructor

Consent({
  1. String consentEmailTemplateId,
  2. Map<String, num> countryMinimumAgeForSelfConsent,
  3. Map<String, dynamic> data,
  4. num defaultMinimumAgeForSelfConsent,
  5. EmailPlus emailPlus,
  6. String id,
  7. num insertInstant,
  8. num lastUpdateInstant,
  9. bool multipleValuesAllowed,
  10. String name,
  11. List<String> values,
})

Implementation

Consent(
    {this.consentEmailTemplateId,
    this.countryMinimumAgeForSelfConsent,
    this.data,
    this.defaultMinimumAgeForSelfConsent,
    this.emailPlus,
    this.id,
    this.insertInstant,
    this.lastUpdateInstant,
    this.multipleValuesAllowed,
    this.name,
    this.values});