ContentCreateBody constructor
ContentCreateBody({
- ContentBodyCreate? view,
- ContentBodyCreate? exportView,
- ContentBodyCreate? styledView,
- ContentBodyCreate? storage,
- ContentBodyCreate? editor,
- ContentBodyCreate? editor2,
- ContentBodyCreate? wiki,
- ContentBodyCreate? anonymousExportView,
- ContentBodyCreate? plain,
- ContentBodyCreate? atlasDocFormat,
- ContentBodyCreate? raw,
Implementation
ContentCreateBody(
{this.view,
this.exportView,
this.styledView,
this.storage,
this.editor,
this.editor2,
this.wiki,
this.anonymousExportView,
this.plain,
this.atlasDocFormat,
this.raw});