menu
books_finder package
documentation
books_finder.dart
BookInfo
authors property
authors property
dark_mode
light_mode
authors
property
List
<
String
>
authors
final
A list with the name of all the authors of the book
Implementation
final List<String> authors;
books_finder package
documentation
books_finder
BookInfo
authors property
BookInfo class