menu
lb_firewall package
documentation
api.dart
Boot
Boot.new constructor
Boot.new constructor
dark_mode
light_mode
Boot
constructor
Boot
(
{
required
bool
booting
,
List
<
BootError
>
errors
=
const []
,
})
Returns a new
Boot
instance.
Implementation
Boot({ required this.booting, this.errors = const [], });
lb_firewall package
documentation
api
Boot
Boot.new constructor
Boot class