PageSingle constructor

PageSingle({
  1. dynamic id,
  2. String? status,
  3. String? title,
  4. dynamic spaceId,
  5. dynamic parentId,
  6. String? parentType,
  7. int? position,
  8. String? authorId,
  9. DateTime? createdAt,
  10. Version? version,
  11. BodySingle? body,
  12. AbstractPageLinks? links,
})

Implementation

PageSingle(
    {this.id,
    this.status,
    this.title,
    this.spaceId,
    this.parentId,
    this.parentType,
    this.position,
    this.authorId,
    this.createdAt,
    this.version,
    this.body,
    this.links});