SseParser constructor

const SseParser({
  1. int maxEventSize = 10 * 1024 * 1024,
})

Implementation

const SseParser({this.maxEventSize = 10 * 1024 * 1024});