longHandGenerate constant
String
const longHandGenerate
The long-hand command-line argument for specifying generation mode.
This constant represents the full form of the generate argument that can be used in command-line invocations for better readability.
Value: '--generate'
Example:
dart run translations_code_gen --generate=dart-keys
Implementation
static const String longHandGenerate = '--generate';