Returns true if is tomorrow, otherwise false
static bool isTomorrow(DateTime date) => date.isTomorrow;