lastWeekday method
Returns new Moment instance of last n
th weekday
If today is the n
th day, will return 7 days in the past
Implementation
Moment lastWeekday(int weekday) => forcedSuperType
.lastWeekday(weekday)
.toMoment(localization: setLocalization);