ContentBodyValue constructor
ContentBodyValue({
- ContentBody? view,
- ContentBody? exportView,
- ContentBody? styledView,
- ContentBody? storage,
- ContentBody? wiki,
- ContentBody? editor,
- ContentBody? editor2,
- ContentBody? anonymousExportView,
- ContentBody? atlasDocFormat,
- ContentBody? dynamic$,
- ContentBody? raw,
- ContentBodyValueExpandable? expandable,
Implementation
ContentBodyValue(
{this.view,
this.exportView,
this.styledView,
this.storage,
this.wiki,
this.editor,
this.editor2,
this.anonymousExportView,
this.atlasDocFormat,
this.dynamic$,
this.raw,
this.expandable});