title property
The title of the consent section which appears both in RPVisualConsentStep and RPConsentReviewStep.
Implementation
String get title => _title;
Implementation
set title(String title) {
this._title = title;
}
The title of the consent section which appears both in RPVisualConsentStep and RPConsentReviewStep.
String get title => _title;
set title(String title) {
this._title = title;
}