GetJobFunctionsById200Response constructor
GetJobFunctionsById200Response({
- required String message,
- required JobFunctions data,
Returns a new GetJobFunctionsById200Response instance.
Implementation
GetJobFunctionsById200Response({
required this.message,
required this.data,
});