ContentChildren constructor

ContentChildren({
  1. ContentArray? attachment,
  2. ContentArray? comment,
  3. ContentArray? page,
  4. ContentChildrenExpandable? expandable,
  5. GenericLinks? links,
})

Implementation

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