currentReleaseDirectory property
Directory?
get
currentReleaseDirectory
Implementation
Directory? get currentReleaseDirectory {
var currentRelease = this.currentRelease;
if (currentRelease == null) return null;
return releaseDirectory(currentRelease);
}