ClockOut constructor

ClockOut({
  1. bool? status,
  2. String? time,
  3. String? coordinates,
})

Implementation

ClockOut({this.status, this.time, this.coordinates});