SecondsCurrentRemainingTime constructor

SecondsCurrentRemainingTime({
  1. int? days,
  2. int? hours,
  3. int? min,
  4. int? sec,
})

Implementation

SecondsCurrentRemainingTime({this.days, this.hours, this.min, this.sec});