ReleasePackerCommandDelete constructor
ReleasePackerCommandDelete(
- String path
Implementation
ReleasePackerCommandDelete(this.path) {
if (path.isEmpty) {
throw ArgumentError("Empty path!");
}
}