EditGetStatementCompletionParams constructor

EditGetStatementCompletionParams(
  1. String file,
  2. int offset
)

Implementation

EditGetStatementCompletionParams(this.file, this.offset);