menu
fluttercn package
documentation
preflights/preflight_init.dart
PreflightResult
PreflightResult.new constructor
PreflightResult.new constructor
dark_mode
light_mode
PreflightResult
constructor
PreflightResult
(
{
required
bool
success
,
String
?
error
,
String
?
warning
,
List
<
String
>
?
details
,
})
Implementation
PreflightResult({ required this.success, this.error, this.warning, this.details, });
fluttercn package
documentation
preflights/preflight_init
PreflightResult
PreflightResult.new constructor
PreflightResult class