ContentChildType constructor

ContentChildType({
  1. ContentChildTypeAttachment? attachment,
  2. ContentChildTypeComment? comment,
  3. ContentChildTypePage? page,
  4. ContentChildTypeExpandable? expandable,
})

Implementation

ContentChildType({this.attachment, this.comment, this.page, this.expandable});