value property
T
get
value
The value given on the command line. Attempting to access this before arguments are parsed will throw an exception.
Implementation
T get value => _value as T;
The value given on the command line. Attempting to access this before arguments are parsed will throw an exception.
T get value => _value as T;