toEventSource method

EventSource toEventSource()

Implementation

EventSource toEventSource() {
  switch (this) {
    case 'aws.config':
      return EventSource.awsConfig;
  }
  throw Exception('$this is not known in enum EventSource');
}