SoundViewModel constructor

SoundViewModel(
  1. ComicsViewModel _comicsViewModel,
  2. Sound sound
)

Implementation

SoundViewModel(this._comicsViewModel, this.sound);