Query constructor
Query({})
Returns a new Query instance.
Implementation
Query({
this.extern,
required this.query,
this.type,
this.params = const {},
this.dialect,
this.now,
});
Returns a new Query instance.
Query({
this.extern,
required this.query,
this.type,
this.params = const {},
this.dialect,
this.now,
});