authors property

  1. @JsonKey.new(readValue: _readAuthorNames)
List<String> get authors
inherited

The list of the authors matching the query

Implementation

int get total;/// The list of the authors matching the query
@JsonKey(readValue: _readAuthorNames) List<String> get authors;