valueAt method

  1. @override
T? valueAt(
  1. Folder dir
)
inherited

valueAt for arguments ignores the dir parameter and only uses command line arguments and the current working directory to resolve the result.

Implementation

@override
T? valueAt(Folder dir) => _valueAtFromArgs() ?? defaultsTo;