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