ChildPage constructor

ChildPage({
  1. dynamic id,
  2. String? status,
  3. String? title,
  4. dynamic spaceId,
  5. int? childPosition,
})

Implementation

ChildPage(
    {this.id, this.status, this.title, this.spaceId, this.childPosition});