EditFormatResult constructor
EditFormatResult(
- List<
SourceEdit> edits, - int selectionOffset,
- int selectionLength
Implementation
EditFormatResult(this.edits, this.selectionOffset, this.selectionLength);