ExportArtifactStepConfig constructor
ExportArtifactStepConfig({})
Implementation
ExportArtifactStepConfig({
required super.id,
required this.artifact,
this.kind = 'dynamic_library',
this.primary,
super.needs,
});