toIoTJobAbortAction method
Implementation
IoTJobAbortAction toIoTJobAbortAction() {
switch (this) {
case 'CANCEL':
return IoTJobAbortAction.cancel;
}
throw Exception('$this is not known in enum IoTJobAbortAction');
}
IoTJobAbortAction toIoTJobAbortAction() {
switch (this) {
case 'CANCEL':
return IoTJobAbortAction.cancel;
}
throw Exception('$this is not known in enum IoTJobAbortAction');
}