Operator constructor
Operator({
- OperatorType? type,
- List<
String> ? values,
Implementation
Operator({
this.type,
this.values,
});
Operator({
this.type,
this.values,
});