WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse({String? barcode, String? warehouseId, int? storageContainerItemId, int? status, String? message, String? description, String? pickupLocationDescription, String? pickupLocationId})
-
WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- barcode → String?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- message → String?
-
final
- pickupLocationDescription → String?
-
final
- pickupLocationId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int?
-
final
- storageContainerItemId → int?
-
final
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? barcode, String? warehouseId, int? storageContainerItemId, int? status, String? message, String? description, String? pickupLocationDescription, String? pickupLocationId}) → WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse -
Available on WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse, provided by the $WebApiModulesWarehouseCheckOutIsValidStorageContainerResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? barcode, Wrapped<String?> ? warehouseId, Wrapped<int?> ? storageContainerItemId, Wrapped<int?> ? status, Wrapped<String?> ? message, Wrapped<String?> ? description, Wrapped<String?> ? pickupLocationDescription, Wrapped<String?> ? pickupLocationId}) → WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse -
Available on WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse, provided by the $WebApiModulesWarehouseCheckOutIsValidStorageContainerResponseExtension 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
Constants
-
fromJsonFactory
→ const WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesWarehouseCheckOutIsValidStorageContainerResponse instance)