Microphone constructor

const Microphone({
  1. Key? key,
})

Implementation

const Microphone({Key? key}) : super(key: key);