currentParamCounter property

int get currentParamCounter
inherited

Returns the current parameter counter value. Useful for synchronizing nested queries.

Implementation

int get currentParamCounter => _paramCounter;