Document constructor
Document({
- Body? body,
- String? documentId,
- DocumentStyle? documentStyle,
- Map<
String, Footnote> ? footnotes, - Map<
String, Header> ? headers, - Map<
String, InlineObject> ? inlineObjects, - Map<
String, List> ? lists, - Map<
String, NamedRanges> ? namedRanges, - NamedStyles? namedStyles,
- Map<
String, PositionedObject> ? positionedObjects, - String? revisionId,
- Map<
String, SuggestedDocumentStyle> ? suggestedDocumentStyleChanges, - Map<
String, SuggestedNamedStyles> ? suggestedNamedStylesChanges, - String? suggestionsViewMode,
- String? title,
Implementation
Document({
this.body,
this.documentId,
this.documentStyle,
this.footers,
this.footnotes,
this.headers,
this.inlineObjects,
this.lists,
this.namedRanges,
this.namedStyles,
this.positionedObjects,
this.revisionId,
this.suggestedDocumentStyleChanges,
this.suggestedNamedStylesChanges,
this.suggestionsViewMode,
this.title,
});