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