BlogPostSingle constructor

BlogPostSingle({
  1. String? id,
  2. String? status,
  3. String? title,
  4. String? spaceId,
  5. String? authorId,
  6. DateTime? createdAt,
  7. Version? version,
  8. BodySingle? body,
  9. AbstractPageLinks? links,
})

Implementation

BlogPostSingle(
    {this.id,
    this.status,
    this.title,
    this.spaceId,
    this.authorId,
    this.createdAt,
    this.version,
    this.body,
    this.links});