WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Properties

auditNote String?
final
custom List<FwStandardDataFwCustomValue>?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
grandParentId String?
final
hashCode int
The hash code for this object.
no setteroverride
id String?
final
inventoryId String?
final
note String?
final
parentId String?
final
quantity double?
final
recordTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
translation List<FwStandardDataFwTranslatedValue>?
final
warehouseId String?
final

Methods

copyWith({String? id, String? sessionId, String? parentId, String? grandParentId, String? inventoryId, String? warehouseId, double? quantity, String? note, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview

Available on WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview, provided by the $WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreviewExtension extension

copyWithWrapped({Wrapped<String?>? id, Wrapped<String?>? sessionId, Wrapped<String?>? parentId, Wrapped<String?>? grandParentId, Wrapped<String?>? inventoryId, Wrapped<String?>? warehouseId, Wrapped<double?>? quantity, Wrapped<String?>? note, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview

Available on WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview, provided by the $WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreviewExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override