Operator constructor

Operator({
  1. OperatorType? type,
  2. List<String>? values,
})

Implementation

Operator({
  this.type,
  this.values,
});