menu
assist_core package
documentation
services/task_manager/shell_task.dart
ShellTask<T>
fullCommand property
fullCommand property
dark_mode
light_mode
fullCommand
property
String
get
fullCommand
Implementation
String get fullCommand => '$executable ${arguments.join(' ')}';
assist_core package
documentation
services/task_manager/shell_task
ShellTask<T>
fullCommand property
ShellTask class