menu
finch package
documentation
capp.dart
CappManager
args property
args property
dark_mode
light_mode
args
property
List
<
String
>
args
getter/setter pair
args
is a list of arguments that passed to the application from the console.
Implementation
List<String> args;
finch package
documentation
capp
CappManager
args property
CappManager class