DerivativeOrderUpdate constructor

const DerivativeOrderUpdate({
  1. OrderUpdateStatus? status,
  2. String? orderHash,
  3. String? cid,
  4. DerivativeOrder? order,
})

Implementation

const DerivativeOrderUpdate({
  this.status,
  this.orderHash,
  this.cid,
  this.order,
});