Query constructor
const
Query([
- String? name
Create a Query annotation with the (optional) name.
Implementation
const Query([this.name]);
Create a Query annotation with the (optional) name.
const Query([this.name]);