AudioInfo constructor

AudioInfo({
  1. Uri? url,
  2. Uri? secureUrl,
  3. String? type,
})

Create information of audio metadata.

Implementation

AudioInfo({this.url, this.secureUrl, this.type});