PageCommentModel constructor

PageCommentModel({
  1. String? id,
  2. String? status,
  3. String? title,
  4. String? pageId,
  5. Version? version,
  6. BodyBulk? body,
  7. CommentLinks? links,
})

Implementation

PageCommentModel(
    {this.id,
    this.status,
    this.title,
    this.pageId,
    this.version,
    this.body,
    this.links});