pathToPubExe property

String? pathToPubExe

file path to the 'pub' command. Returns null if the path cannot be found.

Implementation

String? get pathToPubExe => _pathToPubExe;