dart2jsArgs property

List<String> dart2jsArgs
final

Additional arguments to pass to dart2js.

Note that this if multiple suites run the same JavaScript on different runtimes, and they have different dart2jsArgs, only one (undefined) suite's arguments will be used.

Implementation

final List<String> dart2jsArgs;