SseHttpError constructor

const SseHttpError(
  1. int statusCode,
  2. Map<String, String> headers, {
  3. required bool recoverable,
})

Implementation

const SseHttpError(
  this.statusCode,
  this.headers, {
  required this.recoverable,
});