WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse class

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

Constructors

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse({int? status, bool? success, String? msg, String? inventoryId, String? iCode, String? trackedBy, String? description, String? itemId, String? consignor, bool? showAddReplace, double? countedQuantity, String? genericMessage, int? physicalItemId})
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse.fromJson(Map<String, dynamic> json)
factory

Properties

consignor String?
final
countedQuantity double?
final
description String?
final
genericMessage String?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
inventoryId String?
final
itemId String?
final
msg String?
final
physicalItemId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAddReplace bool?
final
status int?
final
success bool?
final
trackedBy String?
final

Methods

copyWith({int? status, bool? success, String? msg, String? inventoryId, String? iCode, String? trackedBy, String? description, String? itemId, String? consignor, bool? showAddReplace, double? countedQuantity, String? genericMessage, int? physicalItemId}) WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse

Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponseExtension extension

copyWithWrapped({Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg, Wrapped<String?>? inventoryId, Wrapped<String?>? iCode, Wrapped<String?>? trackedBy, Wrapped<String?>? description, Wrapped<String?>? itemId, Wrapped<String?>? consignor, Wrapped<bool?>? showAddReplace, Wrapped<double?>? countedQuantity, Wrapped<String?>? genericMessage, Wrapped<int?>? physicalItemId}) WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse

Available on WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse, provided by the $WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponseExtension 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