toAlertTargetType method
Implementation
AlertTargetType toAlertTargetType() {
switch (this) {
case 'SNS':
return AlertTargetType.sns;
}
throw Exception('$this is not known in enum AlertTargetType');
}
AlertTargetType toAlertTargetType() {
switch (this) {
case 'SNS':
return AlertTargetType.sns;
}
throw Exception('$this is not known in enum AlertTargetType');
}