CellKitOrderDTO constructor

const CellKitOrderDTO({
  1. String? sapAccountNumber,
  2. String? purchaseOrder,
  3. String? purchaseDate,
  4. String? ctOrderNumber,
  5. String? requestId,
  6. List<CellKitOrderItemDTO>? items,
})

Implementation

const CellKitOrderDTO({
  this.sapAccountNumber,
  this.purchaseOrder,
  this.purchaseDate,
  this.ctOrderNumber,
  this.requestId,
  this.items,
});