flag constant

OptionType const flag

An option that can only be true or false.

The presence of the option name itself in the argument list means true.

Implementation

static const flag = OptionType._('OptionType.flag');