MSoundConfig constructor

MSoundConfig({
  1. required String soundPath,
})

Implementation

MSoundConfig({
  required this.soundPath,
});