menu
launchdarkly_event_source_client package
documentation
launchdarkly_event_source_client.dart
SseHttpError
SseHttpError.new const constructor
SseHttpError.new const constructor
dark_mode
light_mode
SseHttpError
constructor
const
SseHttpError
(
int
statusCode
,
Map
<
String
,
String
>
headers
, {
required
bool
recoverable
,
})
Implementation
const SseHttpError( this.statusCode, this.headers, { required this.recoverable, });
launchdarkly_event_source_client package
documentation
launchdarkly_event_source_client
SseHttpError
SseHttpError.new const constructor
SseHttpError class