wasGiven property

bool wasGiven

Whether or not this parameter was given on the command line. If false, then value will just hold the default.

Implementation

bool get wasGiven => _wasGiven;