JobCreationReason constructor

JobCreationReason({
  1. String? code,
})

Implementation

JobCreationReason({
  this.code,
});