books property

List<Favorite> books
getter/setter pair

Implementation

late List<Favorite> books = [];