books property

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
List<Book> get books;