toggleCurrent method
Toggles the current dataset record selection state.
Returns the new selection value.
Implementation
bool toggleCurrent() {
_ensureCurrentRecordForSelection();
return toggleAt(_dataSet._cursorCoordinator.currentIndex);
}
Toggles the current dataset record selection state.
Returns the new selection value.
bool toggleCurrent() {
_ensureCurrentRecordForSelection();
return toggleAt(_dataSet._cursorCoordinator.currentIndex);
}