title property
String?
get
title
The title of the document holder.
Implementation
String? get title => _map["title"] as String?;
The title of the document holder.
String? get title => _map["title"] as String?;