next static method

DateTime next(
  1. int days
)

Implementation

static DateTime next(int days) {
  return DateTime.now().nextDays(days);
}