BlogPostNestedBodyWrite constructor

BlogPostNestedBodyWrite({
  1. BlogPostBodyWrite? storage,
  2. BlogPostBodyWrite? atlasDocFormat,
  3. BlogPostBodyWrite? wiki,
})

Implementation

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