CustomContentBodyBulk constructor

CustomContentBodyBulk({
  1. BodyType? raw,
  2. BodyType? storage,
  3. BodyType? atlasDocFormat,
})

Implementation

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