endPosition property
int
get
endPosition
the offset within the query, where the variable name ends. Useful for splitting the query here.
Implementation
int get endPosition => startPosition + name.length;