menu
pubmind package
documentation
utils/process_runner.dart
ProcessRunner
executable property
executable property
dark_mode
light_mode
executable
property
String
get
executable
Implementation
String get executable => isFlutterProject ? 'flutter' : 'dart';
pubmind package
documentation
utils/process_runner
ProcessRunner
executable property
ProcessRunner class