count method

  1. @override
int count()

Counting the number of iterations and returning it.

Implementation

@override
@pragma("vm:prefer-inline")
int count() => super.length;