$GuaranteedOrderStatus constructor

$GuaranteedOrderStatus({
  1. String? configStatus,
  2. String? entityPauseReason,
  3. String? entityStatus,
})

Implementation

$GuaranteedOrderStatus({
  this.configStatus,
  this.entityPauseReason,
  this.entityStatus,
});