keywords property

List<String>? keywords

Gets the list of keywords of the document. Returns null if no keyword exists.

Implementation

List<String>? get keywords => _keywords;