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