length property

int length

Returns the length of this input. The length is the number of bytes in or ECIs in the sequence.

@return the number of chars in this sequence

Implementation

int get length => 0;