Document constructor
Document({})
Creates a new document with the given title, description, and content.
Implementation
Document({
this.title,
this.description,
this.items,
super.layout,
super.modifiers,
}) : super(schemaType: schemaName);