audioPath property

String audioPath

Implementation

String get audioPath => _audioPath;
void audioPath=(String value)

Implementation

set audioPath(String value) {
  _audioPath = value;
  notifyListeners();
}