ConsentStatus constructor

ConsentStatus({
  1. int? consentPurposeId,
  2. String? consentPurposeName,
  3. bool? consentStatus,
  4. String? frequency,
  5. int? piiLabelId,
  6. String? piiLabelName,
  7. int? consentLifetime,
})

Implementation

ConsentStatus(
    {this.consentPurposeId,
      this.consentPurposeName,
      this.consentStatus,
      this.frequency,
      this.piiLabelId,
      this.piiLabelName,
      this.consentLifetime});