Query constructor

const Query(
  1. String name
)

Creates one query parameter annotation.

Implementation

const Query(this.name);