toValue method
Implementation
String toValue() {
switch (this) {
case Operator.all:
return 'ALL';
case Operator.any:
return 'ANY';
}
}
String toValue() {
switch (this) {
case Operator.all:
return 'ALL';
case Operator.any:
return 'ANY';
}
}