ProducerAdd constructor

const ProducerAdd({
  1. required Producer producer,
})

Implementation

const ProducerAdd({required this.producer});