BlogPostNestedBodyWrite constructor
BlogPostNestedBodyWrite({
- BlogPostBodyWrite? storage,
- BlogPostBodyWrite? atlasDocFormat,
- BlogPostBodyWrite? wiki,
Implementation
BlogPostNestedBodyWrite({this.storage, this.atlasDocFormat, this.wiki});