ConsentMessage constructor

ConsentMessage(
  1. String? id,
  2. ConsentType? type,
  3. String? name,
  4. String? description,
  5. ConsentStyleConfiguration? style,
  6. int? version,
  7. int? revision,
  8. LocalizeText? displayText,
  9. LocalizeText? acceptButtonText,
  10. LocalizeText? consentDetailTitle,
  11. List<String>? availableLanguages,
  12. String? defaultLanguage,
  13. List<ConsentPermission> permission,
  14. LocalizeText? moreInfoButtonText,
)

Implementation

ConsentMessage(
    this.id,
    this.type,
    this.name,
    this.description,
    this.style,
    this.version,
    this.revision,
    this.displayText,
    this.acceptButtonText,
    this.consentDetailTitle,
    this.availableLanguages,
    this.defaultLanguage,
    this.permission,
    this.moreInfoButtonText);