CountdownTime constructor
CountdownTime({})
Implementation
CountdownTime({
required this.years,
required this.months,
required this.weeks,
required this.days,
required this.hours,
required this.minutes,
required this.seconds,
});