ReleasePackerCommandGCS constructor
ReleasePackerCommandGCS(})
Implementation
ReleasePackerCommandGCS(
this.project,
this.bucket, {
required this.credential,
this.parameters,
this.body,
}) {
if (project.isEmpty) throw ArgumentError("Empty project!");
if (bucket.isEmpty) throw ArgumentError("Empty bucket!");
}