ContentUpdateBody constructor

ContentUpdateBody({
  1. ContentBodyCreate? view,
  2. ContentBodyCreate? exportView,
  3. ContentBodyCreate? styledView,
  4. ContentBodyCreateStorage? storage,
  5. ContentBodyCreate? editor,
  6. ContentBodyCreate? editor2,
  7. ContentBodyCreate? wiki,
  8. ContentBodyCreate? atlasDocFormat,
  9. ContentBodyCreate? anonymousExportView,
})

Implementation

ContentUpdateBody(
    {this.view,
    this.exportView,
    this.styledView,
    this.storage,
    this.editor,
    this.editor2,
    this.wiki,
    this.atlasDocFormat,
    this.anonymousExportView});