books property

  1. @JsonKey.new(readValue: _readPublisherBooks)
List<Book> get books
inherited

The list of the books this publisher published

Implementation

String get name;/// The list of the books this publisher published
@JsonKey(readValue: _readPublisherBooks) List<Book> get books;