title property
The title of the document
This title is shown on the app bar during RPVisualConsentStep
Implementation
String get title => _title;
Implementation
set title(String title) {
this._title = title;
}
The title of the document
This title is shown on the app bar during RPVisualConsentStep
String get title => _title;
set title(String title) {
this._title = title;
}