ArtifactStore constructor
      
      ArtifactStore({ 
    
    
- required String location,
- required ArtifactStoreType type,
- EncryptionKey? encryptionKey,
Implementation
ArtifactStore({
  required this.location,
  required this.type,
  this.encryptionKey,
});