ChildrenCommentModel constructor
      
      ChildrenCommentModel({})
     
    
    
Implementation
ChildrenCommentModel(
    {this.id,
    this.status,
    this.title,
    this.parentCommentId,
    this.version,
    this.body,
    this.links});