menu
locus
locus.dart
HttpEvent
HttpEvent.new const constructor
HttpEvent.new
dark_mode
light_mode
HttpEvent
constructor
const
HttpEvent
(
{
required
int
status
,
required
bool
ok
,
String
?
responseText
,
JsonMap
?
response
,
})
Implementation
const HttpEvent({ required this.status, required this.ok, this.responseText, this.response, });
locus
locus
HttpEvent
HttpEvent.new const constructor
HttpEvent class