FinalizedDeal constructor

FinalizedDeal({
  1. Deal? deal,
  2. DealPausingInfo? dealPausingInfo,
  3. String? dealServingStatus,
  4. String? name,
  5. bool? readyToServe,
  6. RtbMetrics? rtbMetrics,
})

Implementation

FinalizedDeal({
  this.deal,
  this.dealPausingInfo,
  this.dealServingStatus,
  this.name,
  this.readyToServe,
  this.rtbMetrics,
});