menu
network_bound_http_platform_interface package
documentation
events/events.dart
ProgressHttpEvent
ProgressHttpEvent.new constructor
ProgressHttpEvent.new constructor
dark_mode
light_mode
ProgressHttpEvent
constructor
ProgressHttpEvent
(
{
required
String
id
,
required
int
downloaded
,
required
int
total
,
})
Implementation
ProgressHttpEvent({ required super.id, required this.downloaded, required this.total, });
network_bound_http_platform_interface package
documentation
events/events
ProgressHttpEvent
ProgressHttpEvent.new constructor
ProgressHttpEvent class