ChildCustomContent constructor

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

Implementation

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