CommentTyping constructor

CommentTyping(
  1. int id,
  2. String userId
)

Implementation

CommentTyping(super.id, this.userId);