binPath property

String binPath

Get version bin path

Implementation

String get binPath {
  return join(dir.path, 'bin');
}