PageCommentModel constructor
PageCommentModel({
- dynamic id,
- String? status,
- String? title,
- dynamic pageId,
- Version? version,
- BodyBulk? body,
- CommentLinks? links,
Implementation
PageCommentModel(
{this.id,
this.status,
this.title,
this.pageId,
this.version,
this.body,
this.links});