InventoryTransfer class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Constructors
- InventoryTransfer.new({InventoryState? state, String? createdAt, SourceApplication? source, String? catalogObjectId, String? referenceId, String? quantity, String? employeeId, String? catalogObjectType, String? occurredAt, String? id, String? fromLocationId, String? toLocationId})
-
InventoryTransfer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- catalogObjectId → String?
-
final
- catalogObjectType → String?
-
final
- createdAt → String?
-
final
- employeeId → String?
-
final
- fromLocationId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- occurredAt → String?
-
final
- quantity → String?
-
final
- referenceId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → SourceApplication?
-
final
- state → InventoryState?
-
final
- toLocationId → String?
-
final
Methods
-
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 ==(
Object other) → bool -
The equality operator.
inherited