VariableToken class
Represents a variable within an sqlite query.
Constructors
- VariableToken(String name, int startPosition, bool isListVar)
Properties
- endPosition → int
- 
  the offset within the query, where the variable name ends. Useful for
splitting the query here.
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- isListVar → bool
- 
  denotes if the variable was determined to contain a list
  final
- name → String
- 
  the variable name including :(e.g.:foo)final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- startPosition → int
- 
  the offset within the query, where the variable name starts. Useful for
splitting the query here.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override