length property
int
get
length
The length of this entity, in characters.
Implementation
int get length => lastPosition - firstPosition;
The length of this entity, in characters.
int get length => lastPosition - firstPosition;