minutes property

Duration get minutes

Turn this int into a Duration of minutes.

Implementation

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