authors property

  1. @JsonKey(name: 'authors')
List<Author>? get authors
inherited

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

Implementation

@JsonKey(name: 'authors')
List<Author>? get authors => throw _privateConstructorUsedError;