menu
dartbook package
documentation
html/html.dart
Part typedef
Part typedef
dark_mode
light_mode
Part
typedef
Part
= (
{
Iterable
<
Article
>
?
articles
,
String
title
}
)
A record type for a chapter object.
Implementation
typedef Part = ({String title, Iterable<Article>? articles});
dartbook package
documentation
html/html
Part typedef
dartbook.html library