books property

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

The list of the books matching the query

Implementation

int get total;/// The list of the books matching the query
@JsonKey(readValue: _readBookQueryBooks) List<Book> get books;