currentIndex property

int? currentIndex

The current match index in matches if available.

Implementation

int? get currentIndex => _currentIndex;