toValue method
Implementation
String toValue() {
switch (this) {
case InputLossImageType.color:
return 'COLOR';
case InputLossImageType.slate:
return 'SLATE';
}
}
String toValue() {
switch (this) {
case InputLossImageType.color:
return 'COLOR';
case InputLossImageType.slate:
return 'SLATE';
}
}