CommentUpdate constructor

CommentUpdate(
  1. int documentId,
  2. Comment model
)

Implementation

CommentUpdate(super.documentId, this.model);