customTool property
An optional tool to run instead of "dart".
In combination with customToolReplacesArgs allows invoking a custom tool instead of "dart" to launch scripts/tests. The custom tool must be completely compatible with the tool/command it is replacing.
This field should be a full absolute path if the tool may not be available
in PATH
.
Implementation
final String? customTool;