menu
dartbook package
documentation
models/page.dart
BookPage
BookPage.new constructor
BookPage.new constructor
dark_mode
light_mode
BookPage
constructor
BookPage
(
{
required
String
filename
,
Map
<
String
,
String
>
?
attributes
,
String
?
content
,
String
dir
=
"ltr"
,
})
Implementation
BookPage({ required this.filename, this.attributes, this.content, this.dir = "ltr", });
dartbook package
documentation
models/page
BookPage
BookPage.new constructor
BookPage class