Part typedef

Part = ({Iterable<Article>? articles, String title})

A record type for a chapter object.

Implementation

typedef Part = ({String title, Iterable<Article>? articles});