reasonForConsent property
The text in the confirmation popup (body)
Implementation
String get reasonForConsent => this._reasonForConsent;
Implementation
set reasonForConsent(String reasonForConsent) {
this._reasonForConsent = reasonForConsent;
}