currentParamCounter property
Returns the current parameter counter value. Useful for synchronizing nested queries.
Implementation
int get currentParamCounter => _paramCounter;
Returns the current parameter counter value. Useful for synchronizing nested queries.
int get currentParamCounter => _paramCounter;