ProductContentModel class

Annotations
  • @JsonSerializable()

Constructors

ProductContentModel({int? id, String? productCode, String? productName, List<OrderDetails>? orderDetails, int? totalOrderedQuantity, int scannedQty = 0, List<SingleScannedModel>? iccidList, List<RangeScannedModel>? rangeList, List<int>? scannedserialNums})
ProductContentModel.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iccidList List<SingleScannedModel>?
getter/setter pair
id int?
getter/setter pair
orderDetails List<OrderDetails>?
getter/setter pair
productCode 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
scannedserialNums List<int>?
getter/setter pair
totalOrderedQuantity int?
getter/setter pair

Methods

copyWith({int? id, String? productCode, String? productName, int? totalOrderedQuantity, int scannedQty = 0, List<OrderDetails>? orderDetails, List<SingleScannedModel>? iccidList, List<RangeScannedModel>? rangeList, List<int>? scannedserialNums}) ProductContentModel
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