dirtyStartOffset property

int get dirtyStartOffset

The start offset of the dirty region in the old text

Implementation

int get dirtyStartOffset =>
    dirty.firstOrNull?.sourceRange?.start ??
    suffix.firstOrNull?.sourceRange?.start ??
    0;