EnumOperatorOptions constructor

EnumOperatorOptions({
  1. String? operatorName,
})

Implementation

EnumOperatorOptions({
  this.operatorName,
});