subject property

String? subject

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

Implementation

String? get subject => _subject;