EventSource constructor
EventSource({
- required EventSourceValues type,
- EventParameters? parameters,
Implementation
EventSource({
required this.type,
this.parameters,
});