Correction constructor

Correction(
  1. String? correction,
  2. String? original,
  3. int? startOffset,
  4. int? endOffset,
  5. bool? isValid,
)

Implementation

Correction(this.correction, this.original, this.startOffset, this.endOffset,
    this.isValid);