title property

String title

The title of the document

This title is shown on the app bar during RPVisualConsentStep

Implementation

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

Implementation

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