EnrichmentItem constructor

EnrichmentItem({
  1. String? id,
})

Implementation

EnrichmentItem({
  this.id,
});