BuildArtifact constructor

BuildArtifact({
  1. String? image,
  2. String? tag,
})

Implementation

BuildArtifact({this.image, this.tag});