BooleanOperatorOptions constructor

BooleanOperatorOptions({
  1. String? operatorName,
})

Implementation

BooleanOperatorOptions({
  this.operatorName,
});