CreateInlineCommentModelInlineCommentProperties constructor

CreateInlineCommentModelInlineCommentProperties({
  1. String? textSelection,
  2. int? textSelectionMatchCount,
  3. int? textSelectionMatchIndex,
})

Implementation

CreateInlineCommentModelInlineCommentProperties(
    {this.textSelection,
    this.textSelectionMatchCount,
    this.textSelectionMatchIndex});