position property
String?
get
position
The position as an index into the original query string where the syntax error was found. The first character has index 1, and positions are measured in characters not bytes. If the server does not supply a position this field is null.
Implementation
String? get position;