toValue method
Implementation
String toValue() {
switch (this) {
case OutputType.sdl:
return 'SDL';
case OutputType.json:
return 'JSON';
}
}
String toValue() {
switch (this) {
case OutputType.sdl:
return 'SDL';
case OutputType.json:
return 'JSON';
}
}