DoubleOperatorOptions constructor

DoubleOperatorOptions({
  1. String? operatorName,
})

Implementation

DoubleOperatorOptions({
  this.operatorName,
});