differenceInMinutes method

int differenceInMinutes(
  1. DateTime other
)

Difference in minutes between this date and other

Implementation

int differenceInMinutes(DateTime other) => diff(other).inMinutes;