author property

String? author

Gets the author of the document. This contains the original string of the authors contained in the document. Therefore there might be multiple authors separated by comma. Returns null if no author exists.

Implementation

String? get author => _author;