title property

String? title

Gets the title of the document. Returns null if no title exists.

Implementation

String? get title => _title;