title property

String title

The title of the consent section which appears both in RPVisualConsentStep and RPConsentReviewStep.

Implementation

String get title => _title;
void title= (String title)

Implementation

set title(String title) {
  this._title = title;
}