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