TextOperatorOptions constructor

TextOperatorOptions({
  1. bool? exactMatchWithOperator,
  2. String? operatorName,
})

Implementation

TextOperatorOptions({
  this.exactMatchWithOperator,
  this.operatorName,
});