allowsAnything property

  1. @override
bool allowsAnything
override

Whether or not this parser treats unrecognized options as non-option arguments.

Implementation

@override
bool get allowsAnything => true;