BooksEntity constructor
BooksEntity({})
Implementation
BooksEntity({
required this.title,
required this.price,
required this.availability,
required this.image,
required this.link,
});
BooksEntity({
required this.title,
required this.price,
required this.availability,
required this.image,
required this.link,
});