OperatorQuery<T> constructor
OperatorQuery<T> (
- String? operatorText,
- dynamic before,
- dynamic after
Create an instance of OperatorQuery
Implementation
OperatorQuery(this.operatorText, this.before, this.after) : super._();