minuteDifference method

int minuteDifference(
  1. Time other
)

Returns the difference in whole minutes between this time and other.

Implementation

int minuteDifference(Time other) => difference(other).inMinutes;