endPosition property

int endPosition

the offset within the query, where the variable name ends. Useful for splitting the query here.

Implementation

int get endPosition => startPosition + name.length;