EventSource constructor

const EventSource({
  1. String? component,
  2. String? host,
})

Default constructor.

Implementation

const EventSource({
  this.component,
  this.host,
});