Returns a Duration representing this number in minutes.
Duration get minutes => Duration(microseconds: (this * 1000 * 1000 * 60).toInt());