floorToMinutes method

Duration floorToMinutes()

Truncates this duration down to the nearest minute.

Implementation

Duration floorToMinutes() => Duration(minutes: inMinutes);