Query constructor
Query({
- QueryMetadata? metadata,
- Parameters? params,
- String? queryId,
- QuerySchedule? schedule,
Implementation
Query({
this.metadata,
this.params,
this.queryId,
this.schedule,
});