This repo requires that there be no redundant argument values passed to functions. But there are a few cases where redundant argument values are passed to functions. These have been allowed due to a bug in the linter rule: dart-lang/sdk#58219. They should be fixed, such that redundant argument values are not passed to functions.