currentVersionPath property

String currentVersionPath

Implementation

String get currentVersionPath {
  var fileName = newVersion();
  return join(versionsDirectory, '$fileName.map');
}