QuerySource constructor
QuerySource({
- String? displayName,
- List<
QueryOperator> ? operators, - String? shortName,
- Source? source,
Implementation
QuerySource({
this.displayName,
this.operators,
this.shortName,
this.source,
});