toValue method
Implementation
String toValue() {
switch (this) {
case StateMachineType.standard:
return 'STANDARD';
case StateMachineType.express:
return 'EXPRESS';
}
}
String toValue() {
switch (this) {
case StateMachineType.standard:
return 'STANDARD';
case StateMachineType.express:
return 'EXPRESS';
}
}