StartContentCommand constructor

StartContentCommand({
  1. required bool clickToPlay,
  2. required bool withSound,
})

Implementation

StartContentCommand({required this.clickToPlay, required this.withSound});