ContentChildren constructor
ContentChildren({
- ContentArray? attachment,
- ContentArray? comment,
- ContentArray? page,
- ContentChildrenExpandable? expandable,
- GenericLinks? links,
Implementation
ContentChildren(
{this.attachment, this.comment, this.page, this.expandable, this.links});