toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (brandingType != null) 'brandingType': brandingType!,
if (description != null) 'description': description!,
if (estimatedGrossSpend != null)
'estimatedGrossSpend': estimatedGrossSpend!,
if (estimatedImpressionsPerDay != null)
'estimatedImpressionsPerDay': estimatedImpressionsPerDay!,
if (guaranteedFixedPriceTerms != null)
'guaranteedFixedPriceTerms': guaranteedFixedPriceTerms!,
if (nonGuaranteedAuctionTerms != null)
'nonGuaranteedAuctionTerms': nonGuaranteedAuctionTerms!,
if (nonGuaranteedFixedPriceTerms != null)
'nonGuaranteedFixedPriceTerms': nonGuaranteedFixedPriceTerms!,
if (sellerTimeZone != null) 'sellerTimeZone': sellerTimeZone!,
};