Query constructor

const Query(
  1. String value, {
  2. bool encoded = false,
})

Implementation

const Query(this.value, {this.encoded = false});