toEventSourceValues method

EventSourceValues toEventSourceValues()

Implementation

EventSourceValues toEventSourceValues() {
  switch (this) {
    case 'MANAGED_CWE':
      return EventSourceValues.managedCwe;
  }
  throw Exception('$this is not known in enum EventSourceValues');
}