FinalizedDeal constructor
FinalizedDeal({
- Deal? deal,
- DealPausingInfo? dealPausingInfo,
- String? dealServingStatus,
- String? name,
- bool? readyToServe,
- RtbMetrics? rtbMetrics,
Implementation
FinalizedDeal({
this.deal,
this.dealPausingInfo,
this.dealServingStatus,
this.name,
this.readyToServe,
this.rtbMetrics,
});