Shift constructor

Shift({
  1. int? shiftId,
  2. String? shiftName,
  3. int? timeTableId,
  4. String? beginingInDate,
  5. int? cycleNum,
  6. int? cycleUnit,
  7. String? userAdd,
  8. String? dateAdd,
  9. String? userEdit,
  10. String? dateEdit,
  11. String? discriminator,
})

Implementation

Shift({
  this.shiftId,
  this.shiftName,
  this.timeTableId,
  this.beginingInDate,
  this.cycleNum,
  this.cycleUnit,
  this.userAdd,
  this.dateAdd,
  this.userEdit,
  this.dateEdit,
  this.discriminator,
});