inMinutes property

double inMinutes

The time it took for the future to complete. In minutes.

Implementation

double get inMinutes => double.parse((inSeconds / 60).toStringAsFixed(2));