webdevArgs property

List<String>? webdevArgs
getter/setter pair

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

Run dart pub global run webdev serve -h to see all available args.

Implementation

List<String>? webdevArgs;