ContentBodyValueExpandable constructor

ContentBodyValueExpandable({
  1. String? editor,
  2. String? view,
  3. String? exportView,
  4. String? styledView,
  5. String? storage,
  6. String? editor2,
  7. String? anonymousExportView,
  8. String? atlasDocFormat,
  9. String? wiki,
  10. String? dynamic$,
  11. String? raw,
})

Implementation

ContentBodyValueExpandable(
    {this.editor,
    this.view,
    this.exportView,
    this.styledView,
    this.storage,
    this.editor2,
    this.anonymousExportView,
    this.atlasDocFormat,
    this.wiki,
    this.dynamic$,
    this.raw});