AddEnrichmentToAlbumResponse constructor

AddEnrichmentToAlbumResponse({
  1. EnrichmentItem? enrichmentItem,
})

Implementation

AddEnrichmentToAlbumResponse({
  this.enrichmentItem,
});