toolArgs property

List<String>? toolArgs
final

Arguments to be passed to the tool that will run program (for example, the VM or Flutter tool).

Implementation

final List<String>? toolArgs;