ReleasePackerCommandDelete constructor

ReleasePackerCommandDelete(
  1. String path
)

Implementation

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