WebApiModulesSettingsInventorySettingsBarCodeRangeBarCodeRange constructor
WebApiModulesSettingsInventorySettingsBarCodeRangeBarCodeRange({
- String? barCodeRangeId,
- String? description,
- String? prefix,
- int? barcodeFrom,
- int? barcodeTo,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsInventorySettingsBarCodeRangeBarCodeRange({
this.barCodeRangeId,
this.description,
this.prefix,
this.barcodeFrom,
this.barcodeTo,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});