buildPath property

String get buildPath

The path where the runner will be built.

This path is computed by calling _buildPath with the sub directory name 'runner'.

Implementation

String get buildPath => _buildPath('runner');