WebApiModulesSettingsCrewPositionCrewPosition constructor

const WebApiModulesSettingsCrewPositionCrewPosition({
  1. String? crewPositionId,
  2. String? crewId,
  3. String? rateId,
  4. String? laborTypeId,
  5. String? laborType,
  6. String? description,
  7. double? costHourly,
  8. double? costDaily,
  9. double? costWeekly,
  10. double? costMonthly,
  11. bool? isPrimary,
  12. String? effectiveDate,
  13. String? endDate,
  14. bool? inactive,
  15. String? dateStamp,
  16. String? auditNote,
  17. String? recordTitle,
  18. dynamic urlIdentifier,
  19. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  20. List<FwStandardDataFwCustomValue>? custom,
  21. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  22. FwStandardBusinessLogicFwBusinessLogic? original,
  23. List<FwStandardDataFwTranslatedValue>? translation,
  24. bool? hasImport,
  25. String? createdByUserId,
  26. String? createdByUserName,
  27. String? createdDateTime,
  28. String? modifiedByUserId,
  29. String? modifiedByUserName,
  30. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsCrewPositionCrewPosition({
  this.crewPositionId,
  this.crewId,
  this.rateId,
  this.laborTypeId,
  this.laborType,
  this.description,
  this.costHourly,
  this.costDaily,
  this.costWeekly,
  this.costMonthly,
  this.isPrimary,
  this.effectiveDate,
  this.endDate,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});