startOfNextYear method

Moment startOfNextYear()

Returns a new Moment of same timezone

Implementation

Moment startOfNextYear() =>
    forcedSuperType.startOfNextYear().toMoment(localization: setLocalization);