Weekday({ int? weekNumber, CodeStub? weekday }) : weekday = weekday ?? null, _weekNumber = weekNumber ?? null;