pathToPubExe property
      
      String?
      get
      pathToPubExe
      
    
    
file path to the 'pub' command. Returns null if the path cannot be found.
Implementation
String? get pathToPubExe => _pathToPubExe;file path to the 'pub' command. Returns null if the path cannot be found.
String? get pathToPubExe => _pathToPubExe;