AllowConsentResult constructor

AllowConsentResult(
  1. String? contactID,
  2. String? database,
  3. String? consentID
)

Implementation

AllowConsentResult(this.contactID, this.database, this.consentID);