TimeTable constructor
TimeTable({
- int? timeTableId,
- String? name,
- String? onDutyTime,
- String? offDutyTime,
- int? lateTime,
- int? leavedEarly,
- String? beginningIn,
- String? endingIn,
- String? beginingOut,
- String? endingOut,
- int? countWork,
- int? countMinute,
- String? note,
- String? userAdd,
- String? userEdit,
- String? dateAdd,
- String? dateEdit,
- int? timetableRangeId,
Implementation
TimeTable({
this.timeTableId,
this.name,
this.onDutyTime,
this.offDutyTime,
this.lateTime,
this.leavedEarly,
this.beginningIn,
this.endingIn,
this.beginingOut,
this.endingOut,
this.countWork,
this.countMinute,
this.note,
this.userAdd,
this.userEdit,
this.dateAdd,
this.dateEdit,
this.timetableRangeId,
});