SocialCommentProtocal constructor
      
      SocialCommentProtocal({ 
    
    
- required int commentCount,
Implementation
SocialCommentProtocal({
  required this.commentCount,
});SocialCommentProtocal({
  required this.commentCount,
});