ContentCreateBody constructor

ContentCreateBody({
  1. ContentBodyCreate? view,
  2. ContentBodyCreate? exportView,
  3. ContentBodyCreate? styledView,
  4. ContentBodyCreate? storage,
  5. ContentBodyCreate? editor,
  6. ContentBodyCreate? editor2,
  7. ContentBodyCreate? wiki,
  8. ContentBodyCreate? anonymousExportView,
  9. ContentBodyCreate? plain,
  10. ContentBodyCreate? atlasDocFormat,
  11. 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});