Query constructor
Query({
- String? maxRows,
- String? query,
- List<
QueryParameter> ? queryParameters, - String? timeout,
Implementation
Query({
this.maxRows,
this.query,
this.queryParameters,
this.timeout,
});