toValue method
Implementation
String toValue() {
switch (this) {
case InputSourceEndBehavior.$continue:
return 'CONTINUE';
case InputSourceEndBehavior.loop:
return 'LOOP';
}
}
String toValue() {
switch (this) {
case InputSourceEndBehavior.$continue:
return 'CONTINUE';
case InputSourceEndBehavior.loop:
return 'LOOP';
}
}