CollectStockCardModel class

Annotations
  • @JsonSerializable()

Constructors

CollectStockCardModel({double? amount, String? materialCode, int? orderedQty = 0, int? deliveredQty, int scannedQty = 0, String? productName, String? highlightMsg, bool? isTradeMark, bool? isRecommended, String? productImage, List<RangeScannedModel>? rangeList, List<SingleScannedModel>? singleList, int? previousScannedCount = 0})
CollectStockCardModel.fromJson(Map<String, dynamic> json)
factory

Properties

amount double?
getter/setter pair
deliveredQty int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlightMsg String?
getter/setter pair
isRecommended bool?
getter/setter pair
isTradeMark bool?
getter/setter pair
materialCode String?
getter/setter pair
orderedQty int?
getter/setter pair
previousScannedCount int?
getter/setter pair
productImage String?
getter/setter pair
productName String?
getter/setter pair
rangeList List<RangeScannedModel>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannedQty int
getter/setter pair
singleList List<SingleScannedModel>?
getter/setter pair

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited