toValue method
Implementation
String toValue() {
switch (this) {
case OpsItemEventFilterKey.opsItemId:
return 'OpsItemId';
}
}
String toValue() {
switch (this) {
case OpsItemEventFilterKey.opsItemId:
return 'OpsItemId';
}
}