StockDeliveryHistoryAssetContent constructor

StockDeliveryHistoryAssetContent({
  1. String? createdAt,
  2. String? updatedAt,
  3. int? id,
  4. String? transferOrderId,
  5. int? stockRequestId,
  6. int? allocatedQuantity,
  7. int? grQuantity,
  8. int? fileId,
  9. String? status,
  10. List<StockDeliveryHistoryAssetDetails>? assetDetails,
  11. String? stockRequestTranscationId,
  12. String? stockRequestName,
  13. String? transferStatus,
  14. String? operationId,
  15. String? externalReferenceId,
  16. String? saleOrderId,
  17. String? documentId,
  18. bool? isUploadButtonRequired,
  19. String? createdBy,
  20. String? updatedBy,
})

Implementation

StockDeliveryHistoryAssetContent(
    {this.createdAt,
    this.updatedAt,
    this.id,
    this.transferOrderId,
    this.stockRequestId,
    this.allocatedQuantity,
    this.grQuantity,
    this.fileId,
    this.status,
    this.assetDetails,
    this.stockRequestTranscationId,
    this.stockRequestName,
    this.transferStatus,
    this.operationId,
    this.externalReferenceId,
    this.saleOrderId,
    this.documentId,
    this.isUploadButtonRequired,
    this.createdBy,
    this.updatedBy});