ClockIn.fromJson constructor

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

Implementation

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