Duration diff(Object d) { DayDart date = DayDart(d); Duration _diff = _date.difference(date.$d); return _diff; }