toValue method
Implementation
String toValue() {
switch (this) {
case StopType.complete:
return 'Complete';
case StopType.cancel:
return 'Cancel';
}
}
String toValue() {
switch (this) {
case StopType.complete:
return 'Complete';
case StopType.cancel:
return 'Cancel';
}
}