CollectStockHistoryContentModel constructor

CollectStockHistoryContentModel({
  1. String? transferOrderId,
  2. String? createdDate,
  3. String? updatedDate,
  4. String? requestedFrom,
  5. String? requestedTo,
})

Implementation

CollectStockHistoryContentModel({
  this.transferOrderId,
  this.createdDate,
  this.updatedDate,
  this.requestedFrom,
  this.requestedTo,
});