minutes property

Duration minutes

Implementation

Duration get minutes =>
    Duration(seconds: (this * Duration.secondsPerMinute).round());