ClockOut.fromJson constructor

ClockOut.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ClockOut.fromJson(Map<String, dynamic> json) =>
    _$ClockOutFromJson(json);