title property

  1. @override
String? title
override

Get the Metadata.title from the <title> tag

Implementation

@override
String? get title => _document?.head?.querySelector('title')?.text;
void title=(String? _title)
inherited

Implementation

String? title;