length property

  1. @override
int length
override

The length of the input data.

Implementation

@override
int get length => innerInput.length;