differenceInMinutes method

int differenceInMinutes(
  1. DateTime other
)

Implementation

int differenceInMinutes(DateTime other) => value.difference(other).inMinutes;