Adds a specified number of minutes to the current DateTime
DateTime addMinutes(int minutes) => add(Duration(minutes: minutes));