next method

Lunar next(
  1. int days
)

Implementation

Lunar next(int days) => _solar!.next(days).getLunar();