count method

  1. @override
int count()

Counting the number of iterations and returning it.

Implementation

@override
int count() => super.length;