RelationalQuery constructor

RelationalQuery(
  1. String jsonPointer,
  2. _RelationalOperatorType type,
  3. Val value
)

Creates a new RelationalQuery of type with the given jsonPointer and the comparison value.

Implementation

RelationalQuery(this.jsonPointer, this.type, this.value);