next method

LunarYear next(
  1. int n
)

Implementation

LunarYear next(int n) => LunarYear.fromYear(_year + n);