PageNestedBodyWrite constructor

PageNestedBodyWrite({
  1. PageBodyWrite? storage,
  2. PageBodyWrite? atlasDocFormat,
  3. PageBodyWrite? wiki,
})

Implementation

PageNestedBodyWrite({this.storage, this.atlasDocFormat, this.wiki});