CommentNestedBodyWrite constructor

CommentNestedBodyWrite({
  1. CommentBodyWrite? storage,
  2. CommentBodyWrite? atlasDocFormat,
  3. CommentBodyWrite? wiki,
})

Implementation

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