length property

  1. @override
int length
override

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

@override
int get length => input.length;