WebApiModulesSettingsSystemNumberSystemNumber constructor

WebApiModulesSettingsSystemNumberSystemNumber({
  1. String? systemNumberId,
  2. String? officeLocationId,
  3. String? module,
  4. bool? isAssignByUser,
  5. int? counter,
  6. int? increment,
  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

WebApiModulesSettingsSystemNumberSystemNumber({
  this.systemNumberId,
  this.officeLocationId,
  this.module,
  this.isAssignByUser,
  this.counter,
  this.increment,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});