publishers property

  1. @JsonKey.new(readValue: _readPublisherNames)
List<String> get publishers
inherited

The list of the publishers matching the query

Implementation

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