start property

int get start

Convenience getter for start offset.

Alias for startOffset for more natural usage:

print('Selected from ${selection.start} to ${selection.end}');

Implementation

int get start => startOffset;