length property

int get length

The number of characters in the selection.

Implementation

int get length => end - start;