AudioInfo constructor
const
AudioInfo({})
Creates an AudioInfo with the given metadata.
Implementation
const AudioInfo({
required this.duration,
required this.sampleRate,
required this.channels,
required this.bitRate,
required this.format,
});