minutes property

Duration get minutes

Converts the double value to a Duration in minutes.

Implementation

Duration get minutes => Duration(minutes: toInt());