Weekday constructor
Weekday({
- CodeStubDto? weekday,
- int? weekNumber,
Returns a new Weekday instance.
Implementation
Weekday({
this.weekday,
this.weekNumber,
});
Returns a new Weekday instance.
Weekday({
this.weekday,
this.weekNumber,
});