UpdateInlineCommentModelVersion constructor

UpdateInlineCommentModelVersion({
  1. int? number,
  2. String? message,
})

Implementation

UpdateInlineCommentModelVersion({this.number, this.message});