SseEvent constructor

const SseEvent(
  1. String type,
  2. String data
)

Implementation

const SseEvent(this.type, this.data);