GetJobRequest.fromJson constructor

GetJobRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GetJobRequest.fromJson(Map<String, Object?> json) =>
    _$GetJobRequestFromJson(json);