WebApiModulesSettingsLaborSettingsCrewScheduleStatusCrewScheduleStatus constructor

WebApiModulesSettingsLaborSettingsCrewScheduleStatusCrewScheduleStatus({
  1. String? scheduleStatusId,
  2. String? scheduleStatus,
  3. String? statusAction,
  4. String? color,
  5. bool? whiteText,
  6. bool? inactive,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsLaborSettingsCrewScheduleStatusCrewScheduleStatus({
  this.scheduleStatusId,
  this.scheduleStatus,
  this.statusAction,
  this.color,
  this.whiteText,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});