ClockInResult constructor
ClockInResult({})
Implementation
ClockInResult({
this.image,
this.clockInTime,
this.isLate = false,
this.latitude,
this.longitude,
this.exception,
});
ClockInResult({
this.image,
this.clockInTime,
this.isLate = false,
this.latitude,
this.longitude,
this.exception,
});