SseEvent constructor

const SseEvent({
  1. String? eventType,
  2. required String data,
  3. String? id,
  4. int? retry,
})

Implementation

const SseEvent({this.eventType, required this.data, this.id, this.retry});