index property
- @Deprecated('Use `count` instead')
index is an getter for output of Count
Implementation
@Deprecated('Use `count` instead')
Logic get index => _output;
index is an getter for output of Count
@Deprecated('Use `count` instead')
Logic get index => _output;