BlogPostSingle constructor
BlogPostSingle({
- dynamic id,
- String? status,
- String? title,
- dynamic spaceId,
- String? authorId,
- DateTime? createdAt,
- Version? version,
- BodySingle? body,
- AbstractPageLinks? links,
Implementation
BlogPostSingle(
{this.id,
this.status,
this.title,
this.spaceId,
this.authorId,
this.createdAt,
this.version,
this.body,
this.links});