Query constructor

const Query(
  1. String name
)

Reads the query value named name.

Implementation

const Query(this.name);