reasonForConsent property

String reasonForConsent

The text in the confirmation popup (body)

Implementation

String get reasonForConsent => this._reasonForConsent;
void reasonForConsent= (String reasonForConsent)

Implementation

set reasonForConsent(String reasonForConsent) {
  this._reasonForConsent = reasonForConsent;
}