toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'TimeTableId': timeTableId,
'Name': name,
'OnDutyTime': onDutyTime,
'OffDutyTime': offDutyTime,
'LateTime': lateTime,
'LeavedEarly': leavedEarly,
'BeginningIn': beginningIn,
'EndingIn': endingIn,
'BeginingOut': beginingOut,
'EndingOut': endingOut,
'CountWork': countWork,
'CountMiniute': countMinute,
'Note': note,
'UserAdd': userAdd,
'UserEdit': userEdit,
'DateAdd': dateAdd,
'DateEdit': dateEdit,
'timetable_range_id': timetableRangeId,
};
}