GetJobStatusOutput.fromJson constructor

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

Implementation

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