ChildCustomContent constructor

ChildCustomContent({
  1. dynamic id,
  2. String? status,
  3. String? title,
  4. String? type,
  5. dynamic spaceId,
})

Implementation

ChildCustomContent(
    {this.id, this.status, this.title, this.type, this.spaceId});