QVar<T> constructor

QVar<T>(
  1. 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);