pubBinary top-level property

  1. @Deprecated('The pub binary is deprecated')
String pubBinary
final

The name of the pub binary on the current platform.

Implementation

@Deprecated('The pub binary is deprecated')
final pubBinary = p.join(sdkBin, Platform.isWindows ? 'pub.bat' : 'pub');