minutes property

Duration get minutes

Returns Duration of this in minutes.

Implementation

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