CustomContentBodySingle constructor

CustomContentBodySingle({
  1. BodyType? raw,
  2. BodyType? storage,
  3. BodyType? atlasDocFormat,
  4. BodyType? view,
})

Implementation

CustomContentBodySingle(
    {this.raw, this.storage, this.atlasDocFormat, this.view});