menu
jotrockenmitlocken
Pages/DataPage/BooksPage/book.dart
Book
Book.new constructor
Book.new
dark_mode
light_mode
Book
constructor
Book
(
{
required
String
title
,
required
String
author
,
required
String
isbn
,
required
String
comment
,
})
Implementation
Book({ required this.title, required this.author, required this.isbn, required this.comment, });
jotrockenmitlocken
book
Book
Book.new constructor
Book class