SSEResponse constructor

SSEResponse({
  1. required ServerSentEvent event,
  2. bool removeCache = false,
  3. bool autoRemove = true,
  4. String reqUrl = "",
})

Implementation

SSEResponse(
    {required this.event, this.removeCache = false, this.autoRemove = true, this.reqUrl = ""});