shortHandGenerate constant
String
const shortHandGenerate
The short-hand command-line argument for specifying generation mode.
This constant represents the abbreviated form of the generate argument that can be used in command-line invocations.
Value: '-g'
Example:
dart run translations_code_gen -g=dart
Implementation
static const String shortHandGenerate = '-g';