bindings property

Map<String, dynamic> bindings
getter/setter pair

The current query value bindings.

@var array

Implementation

Map<String, dynamic> bindings = {
  'select': [],
  'from': [],
  'join': [],
  'where': [],
  'having': [],
  'order': [],
  'union': [],
};