WebApiModulesSettingsSystemNumberSystemNumber constructor

const 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. dynamic urlIdentifier,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. FwStandardBusinessLogicFwBusinessLogic? original,
  15. List<FwStandardDataFwTranslatedValue>? translation,
  16. bool? hasImport,
  17. String? createdByUserId,
  18. String? createdByUserName,
  19. String? createdDateTime,
  20. String? modifiedByUserId,
  21. String? modifiedByUserName,
  22. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSystemNumberSystemNumber({
  this.systemNumberId,
  this.officeLocationId,
  this.module,
  this.isAssignByUser,
  this.counter,
  this.increment,
  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,
});