ContentBodyValue constructor

ContentBodyValue({
  1. ContentBody? view,
  2. ContentBody? exportView,
  3. ContentBody? styledView,
  4. ContentBody? storage,
  5. ContentBody? wiki,
  6. ContentBody? editor,
  7. ContentBody? editor2,
  8. ContentBody? anonymousExportView,
  9. ContentBody? atlasDocFormat,
  10. ContentBody? dynamic$,
  11. ContentBody? raw,
  12. 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});