prefixArgs property

List<String> get prefixArgs

The arguments to prefix to any commands run in this project

Implementation

List<String> get prefixArgs => [
      if (fvm) 'fvm',
      engine.name,
    ];