index property

  1. @Deprecated('Use `count` instead')
Logic get index

index is an getter for output of Count

Implementation

@Deprecated('Use `count` instead')
Logic get index => _output;