Adds the specified number of minutes to this DateTime.
DateTime addMinutes(int amount) => add(Duration(minutes: amount));