menu
nylo_framework package
documentation
metro/ny_cli.dart
CommandTask
CommandTask.new const constructor
CommandTask.new const constructor
dark_mode
light_mode
CommandTask
constructor
const
CommandTask
(
String
name
,
Future
<
void
>
action
(), {
bool
stopOnError
=
true
,
})
Implementation
const CommandTask( this.name, this.action, { this.stopOnError = true, });
nylo_framework package
documentation
metro/ny_cli
CommandTask
CommandTask.new const constructor
CommandTask class