CampaignFlight constructor

CampaignFlight({
  1. DateRange? plannedDates,
  2. String? plannedSpendAmountMicros,
})

Implementation

CampaignFlight({this.plannedDates, this.plannedSpendAmountMicros});