author property

  1. @JsonKey(name: 'author')
Author? get author
inherited

Author of the article (will be null if hideAuthorInfo is true)

Implementation

@JsonKey(name: 'author')
Author? get author => throw _privateConstructorUsedError;