title property
String?
get
title
Optional page title override; defaults to the document info.title.
Implementation
String? get title => _['title'] as String?;
Optional page title override; defaults to the document info.title.
String? get title => _['title'] as String?;