CountDownEvent constructor

CountDownEvent({
  1. int value = 0,
})

Implementation

CountDownEvent({this.value = 0});