length property

int length

The length of this entity, in characters.

Implementation

int get length => lastPosition - firstPosition;