title property
Get the Metadata.title from the <title>
tag
Implementation
@override
String? get title => _document?.head?.querySelector('title')?.text;
Implementation
String? title;
Get the Metadata.title from the <title>
tag
@override
String? get title => _document?.head?.querySelector('title')?.text;
String? title;