toValue method
Implementation
String toValue() {
switch (this) {
case Operation.replace:
return 'replace';
case Operation.remove:
return 'remove';
}
}
String toValue() {
switch (this) {
case Operation.replace:
return 'replace';
case Operation.remove:
return 'remove';
}
}