CustomContentNestedBodyWrite constructor

CustomContentNestedBodyWrite({
  1. CustomContentBodyWrite? storage,
  2. CustomContentBodyWrite? atlasDocFormat,
  3. CustomContentBodyWrite? raw,
})

Implementation

CustomContentNestedBodyWrite({this.storage, this.atlasDocFormat, this.raw});