CommentLike constructor

CommentLike(
  1. String likedAt,
  2. User user
)

Implementation

CommentLike(this.likedAt, this.user);