mimeType property

String get mimeType

The MIME type of the audio.

Different providers may support different audio types.

Implementation

String get mimeType => _value['mimeType'] as String;