ContentChildTypeExpandable constructor

ContentChildTypeExpandable({
  1. String? all,
  2. String? attachment,
  3. String? comment,
  4. String? page,
  5. String? whiteboard,
})

Implementation

ContentChildTypeExpandable(
    {this.all, this.attachment, this.comment, this.page, this.whiteboard});