isOptionSupported property

  1. @override
bool isOptionSupported

return true if the flag can take a value after an equals sign e.g. -v=/var/log/syslog

Implementation

@override
bool get isOptionSupported => true;