startOfNextMonth method

Moment startOfNextMonth()

Returns a new Moment of same timezone

Implementation

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