ClockinOutModel constructor

ClockinOutModel({
  1. String? userId,
  2. String? date,
  3. ClockIn? clockIn,
  4. ClockOut? clockOut,
})

Implementation

ClockinOutModel({this.userId, this.date, this.clockIn, this.clockOut});