GetJobFunctionsById200Response constructor

GetJobFunctionsById200Response({
  1. required String message,
  2. required JobFunctions data,
})

Returns a new GetJobFunctionsById200Response instance.

Implementation

GetJobFunctionsById200Response({
  required this.message,
  required this.data,
});