hasOldBinPath property

  1. @MappableField()
bool hasOldBinPath

Has old dart path structure

Implementation

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