WebApiModulesSettingsOrderSettingsOrderLocationOrderLocation constructor

WebApiModulesSettingsOrderSettingsOrderLocationOrderLocation({
  1. String? orderLocationId,
  2. String? orderLocation,
  3. String? location,
  4. String? locationId,
  5. bool? inactive,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsOrderSettingsOrderLocationOrderLocation({
  this.orderLocationId,
  this.orderLocation,
  this.location,
  this.locationId,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});