toValue method
Implementation
String toValue() {
switch (this) {
case StageRetryMode.failedActions:
return 'FAILED_ACTIONS';
}
}
String toValue() {
switch (this) {
case StageRetryMode.failedActions:
return 'FAILED_ACTIONS';
}
}