toValue method
Implementation
String toValue() {
switch (this) {
case NotificationType.actual:
return 'ACTUAL';
case NotificationType.forecasted:
return 'FORECASTED';
}
}
String toValue() {
switch (this) {
case NotificationType.actual:
return 'ACTUAL';
case NotificationType.forecasted:
return 'FORECASTED';
}
}