books property

List<Book> get books
inherited

The list of the books this author published

Implementation

String get author;/// The list of the books this author published
List<Book> get books;