ProductOrderInfo constructor

ProductOrderInfo({
  1. String? tradeId,
  2. String? productNo,
  3. String? orderId,
  4. String? sign,
})

Implementation

ProductOrderInfo({
  this.tradeId,
  this.productNo,
  this.orderId,
  this.sign,
});