MicrophoneRecording constructor

const MicrophoneRecording({
  1. required String url,
})

Constructs a MicrophoneRecording given recording results.

Implementation

const MicrophoneRecording({
  required this.url,
});