hasOldBinPath property

bool hasOldBinPath

Has old dart path structure

Implementation

bool get hasOldBinPath {
  // Last version with the old dart path structure
  return compareSemver(versionWeight, '1.17.5') <= 0;
}