buildArgs property

List<String>? buildArgs
getter/setter pair

The args to pass to the build_runner process via the webdev serve process that will be run by this tool.

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

Implementation

List<String>? buildArgs;