BarrageValue constructor

BarrageValue({
  1. int timeline = -1,
  2. bool isPlaying = false,
})

Implementation

BarrageValue({this.timeline = -1, this.isPlaying = false});