title property

String? get title

Optional page title override; defaults to the document info.title.

Implementation

String? get title => _['title'] as String?;