length property

  1. @override
int length
override

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

@return the number of chars in this sequence

Implementation

@override
int get length => bytes.length;