CreateLabelingJobResponse constructor

CreateLabelingJobResponse({
  1. required String labelingJobArn,
})

Implementation

CreateLabelingJobResponse({
  required this.labelingJobArn,
});