ReleasePackerFile constructor
ReleasePackerFile(})
Implementation
ReleasePackerFile(this.sourcePath, String destinyPath,
{super.platform,
String? dartCompileExe,
String? dartCompileKernel,
String? windowsGUI})
: destinyPath = destinyPath == '.' ? sourcePath : destinyPath,
super(
commands: ReleasePackerCommand.toCommands(
sourcePath: sourcePath,
dartCompileExe: dartCompileExe,
dartCompileKernel: dartCompileKernel,
windowsGUI: windowsGUI,
));