Document({ required Iterable<Paragraph> paragraphs, }) : paragraphs = <Paragraph>[] { for (var pr in paragraphs) { insert(pr); } }