CountDownState constructor

const CountDownState({
  1. int value = 0,
})

Implementation

const CountDownState({this.value = 0});