EditGetPostfixCompletionParams constructor

EditGetPostfixCompletionParams(
  1. String file,
  2. String key,
  3. int offset
)

Implementation

EditGetPostfixCompletionParams(this.file, this.key, this.offset);