ContentChildType constructor
ContentChildType({
- ContentChildTypeAttachment? attachment,
- ContentChildTypeComment? comment,
- ContentChildTypePage? page,
- ContentChildTypeExpandable? expandable,
Implementation
ContentChildType({this.attachment, this.comment, this.page, this.expandable});