Query constructor

const Query(
  1. String value
)

Marks a method as a query method.

Implementation

const Query(this.value);