timeDifference property
TimeDifference
get
timeDifference
Returns the calculated TimeDifference.
Implementation
TimeDifference get timeDifference {
RelativeDateTimeController controller =
RelativeDateTimeController(dateTime, other);
return controller.calculateTimeDifference();
}