WebApiModulesSettingsNumberFormatNumberFormat constructor

const WebApiModulesSettingsNumberFormatNumberFormat({
  1. String? numberFormatId,
  2. String? numberFormat,
  3. String? mask,
  4. String? auditNote,
  5. String? recordTitle,
  6. dynamic urlIdentifier,
  7. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  8. List<FwStandardDataFwCustomValue>? custom,
  9. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  10. FwStandardBusinessLogicFwBusinessLogic? original,
  11. List<FwStandardDataFwTranslatedValue>? translation,
  12. bool? hasImport,
  13. bool? hasDocuments,
  14. String? createdByUserId,
  15. String? createdByUserName,
  16. String? createdDateTime,
  17. String? modifiedByUserId,
  18. String? modifiedByUserName,
  19. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsNumberFormatNumberFormat({
  this.numberFormatId,
  this.numberFormat,
  this.mask,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});