ReleasePackerCommandURL constructor
ReleasePackerCommandURL(})
Implementation
ReleasePackerCommandURL(
this.url, {
this.parameters,
this.authorization,
this.body,
}) {
if (url.isEmpty) {
throw ArgumentError("Empty URL!");
}
}