TimeValue constructor
TimeValue({})
Implementation
TimeValue({
this.seconds = 0,
this.minutes = 0,
this.hours = 0,
this.days = 0,
this.inSeconds = 0,
this.inMinutes = 0,
this.inHours = 0,
this.inDays = 0,
});