CurrentPlayAudioInfo constructor
CurrentPlayAudioInfo({
- required double progress,
- required AudioPlayInfo playInfo,
- required bool isCompleted,
- required bool isPaused,
Implementation
CurrentPlayAudioInfo({
required this.progress,
required this.playInfo,
required this.isCompleted,
required this.isPaused,
});