toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (companionDeliveryType != null)
    'companionDeliveryType': companionDeliveryType!,
  if (creativeRotationType != null)
    'creativeRotationType': creativeRotationType!,
  if (deliveryRateType != null) 'deliveryRateType': deliveryRateType!,
  if (frequencyCap != null) 'frequencyCap': frequencyCap!,
  if (roadblockingType != null) 'roadblockingType': roadblockingType!,
};