ConsentMessage constructor
ConsentMessage(
- String? id,
- ConsentType? type,
- String? name,
- String? description,
- ConsentStyleConfiguration? style,
- int? version,
- int? revision,
- LocalizeText? displayText,
- LocalizeText? acceptButtonText,
- LocalizeText? consentDetailTitle,
- List<
String> ? availableLanguages, - String? defaultLanguage,
- List<
ConsentPermission> permission, - 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);