JobFunctionsUpdate constructor

JobFunctionsUpdate({
  1. String? name,
})

Returns a new JobFunctionsUpdate instance.

Implementation

JobFunctionsUpdate({
  this.name,
});