EditFormatResult constructor

EditFormatResult(
  1. List<SourceEdit> edits,
  2. int selectionOffset,
  3. int selectionLength
)

Implementation

EditFormatResult(this.edits, this.selectionOffset, this.selectionLength);