title property

String title
getter/setter pair

The title of the page, which can be used as <?= $e.pageTitle ?>.

Implementation

late String title;