ClockModel constructor

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

Implementation

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