OperatorQuery<T> constructor

OperatorQuery<T>(
  1. String? operatorText,
  2. dynamic before,
  3. dynamic after
)

Create an instance of OperatorQuery

Implementation

OperatorQuery(this.operatorText, this.before, this.after) : super._();