title property

String? get title

The title of the document holder.

Implementation

String? get title => _map["title"] as String?;