floorToMinutes method
Truncates this duration down to the nearest minute.
Implementation
Duration floorToMinutes() => Duration(minutes: inMinutes);
Truncates this duration down to the nearest minute.
Duration floorToMinutes() => Duration(minutes: inMinutes);