ProducerPaused constructor

const ProducerPaused({
  1. required String source,
})

Implementation

const ProducerPaused({required this.source});