NewComment constructor

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

Implementation

NewComment(super.documentId, this.model);