EditGetFixesParams constructor

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

Implementation

EditGetFixesParams(this.file, this.offset);