QVar<T> constructor
QVar<T> (
- dynamic value
Creates a new SQL value wrapper.
value
The Dart value to wrap (can be string, number, DateTime, List, or null).
Implementation
QVar(this.value);