differenceInMs property

int get differenceInMs

The difference of both date times. The difference may be negative.

Implementation

int get differenceInMs {
  return differenceInDuration.inMilliseconds;
}