currentMatchIndex property
int
get
currentMatchIndex
The current match index (0-based) or -1 if no match is selected.
Implementation
int get currentMatchIndex => _currentMatchIndex;
The current match index (0-based) or -1 if no match is selected.
int get currentMatchIndex => _currentMatchIndex;