startOfLastMinute method

Moment startOfLastMinute()

Returns a new Moment of same timezone

Implementation

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