length property
int
get
length
Returns the length of this input. The length is the number
of byte
s in or ECIs in the sequence.
@return the number of char
s in this sequence
Implementation
int get length => 0;