value property

T 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;