roundToMinute method

DateTime roundToMinute()

Implementation

DateTime roundToMinute() {
  return DateTime(year, month, day, hour, minute);
}