DEFAULT_NON_OPTION_ARGS_PROPERTY_NAME constant
String
const DEFAULT_NON_OPTION_ARGS_PROPERTY_NAME
The default key used to access non-option arguments from getProperty.
The value of this key is a comma-delimited string of all non-option args.
Default value is 'nonOptionArgs'
.
Implementation
static const String DEFAULT_NON_OPTION_ARGS_PROPERTY_NAME = 'nonOptionArgs';