Comment constructor
      
      Comment({})
     
    
    
Implementation
Comment({
  this.anchor,
  this.author,
  this.commentId,
  this.content,
  this.context,
  this.createdDate,
  this.deleted,
  this.fileId,
  this.fileTitle,
  this.htmlContent,
  this.kind,
  this.modifiedDate,
  this.replies,
  this.selfLink,
  this.status,
});