Adds an amount of minutes to this DateTime
DateTime addMinutes(int amount) => add(Duration(minutes: amount));