toValue method
Implementation
String toValue() {
switch (this) {
case NotificationType.command:
return 'Command';
case NotificationType.invocation:
return 'Invocation';
}
}
String toValue() {
switch (this) {
case NotificationType.command:
return 'Command';
case NotificationType.invocation:
return 'Invocation';
}
}