count method
Counting the number of iterations and returning it.
Implementation
@override
@pragma("vm:prefer-inline")
int count() => super.length;
Counting the number of iterations and returning it.
@override
@pragma("vm:prefer-inline")
int count() => super.length;