Orders constructor

Orders({
  1. int? id,
  2. Asset? asset,
  3. dynamic assetBundle,
  4. String? createdDate,
  5. String? closingDate,
  6. bool? closingExtendable,
  7. int? expirationTime,
  8. int? listingTime,
  9. String? orderHash,
  10. Metadata? metadata,
  11. String? exchange,
  12. Maker? maker,
  13. Taker? taker,
  14. String? currentPrice,
  15. String? currentBounty,
  16. String? bountyMultiple,
  17. String? makerRelayerFee,
  18. String? takerRelayerFee,
  19. String? makerProtocolFee,
  20. String? takerProtocolFee,
  21. String? makerReferrerFee,
  22. FeeRecipient? feeRecipient,
  23. int? feeMethod,
  24. int? side,
  25. int? saleKind,
  26. String? target,
  27. int? howToCall,
  28. String? calldata,
  29. String? replacementPattern,
  30. String? staticTarget,
  31. String? staticExtradata,
  32. String? paymentToken,
  33. PaymentTokenContract? paymentTokenContract,
  34. String? basePrice,
  35. String? extra,
  36. String? quantity,
  37. String? salt,
  38. int? v,
  39. String? r,
  40. String? s,
  41. bool? approvedOnChain,
  42. bool? cancelled,
  43. bool? finalized,
  44. bool? markedInvalid,
  45. String? prefixedHash,
})

Implementation

Orders({
  this.id,
  this.asset,
  this.assetBundle,
  this.createdDate,
  this.closingDate,
  this.closingExtendable,
  this.expirationTime,
  this.listingTime,
  this.orderHash,
  this.metadata,
  this.exchange,
  this.maker,
  this.taker,
  this.currentPrice,
  this.currentBounty,
  this.bountyMultiple,
  this.makerRelayerFee,
  this.takerRelayerFee,
  this.makerProtocolFee,
  this.takerProtocolFee,
  this.makerReferrerFee,
  this.feeRecipient,
  this.feeMethod,
  this.side,
  this.saleKind,
  this.target,
  this.howToCall,
  this.calldata,
  this.replacementPattern,
  this.staticTarget,
  this.staticExtradata,
  this.paymentToken,
  this.paymentTokenContract,
  this.basePrice,
  this.extra,
  this.quantity,
  this.salt,
  this.v,
  this.r,
  this.s,
  this.approvedOnChain,
  this.cancelled,
  this.finalized,
  this.markedInvalid,
  this.prefixedHash,
});