EventSource constructor

EventSource({
  1. required EventSourceValues type,
  2. EventParameters? parameters,
})

Implementation

EventSource({
  required this.type,
  this.parameters,
});