JobEdit constructor

JobEdit({
  1. int componentTypeId,
  2. String name,
  3. String description,
  4. String externalObjectType,
})

Returns a new JobEdit instance.

Implementation

JobEdit({
  this.componentTypeId,
  this.name,
  this.description,
  this.externalObjectType,
});