StartRxNormInferenceJobResponse.fromJson constructor

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

Implementation

factory StartRxNormInferenceJobResponse.fromJson(Map<String, dynamic> json) {
  return StartRxNormInferenceJobResponse(
    jobId: json['JobId'] as String?,
  );
}