minutes property

Duration minutes

Implementation

Duration get minutes => (this * 1000 * 1000 * 60).microseconds;