buildArgs property

List<String>? buildArgs
getter/setter pair

The args to pass to the dart run build_runner test process that will be run by this command when the current project depends on build_test.

Run dart run build_runner test -h to see all available args.

Implementation

List<String>? buildArgs;