forward abstract method
Appends this flag to out if it was explicitly passed.
Values are emitted as separate --name value tokens so a value that
itself contains = (--dart-define BASE_URL=https://…) stays
unambiguous.
Implementation
void forward(ArgResults results, List<String> out);