Query constructor

const Query([
  1. String? name
])

Create a Query annotation with the (optional) name.

Implementation

const Query([this.name]);