SoundViewModel constructor
SoundViewModel(
- ComicsViewModel _comicsViewModel,
- Sound sound
Implementation
SoundViewModel(this._comicsViewModel, this.sound);
SoundViewModel(this._comicsViewModel, this.sound);