toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (brandLiftVendorConfigs != null)
        'brandLiftVendorConfigs': brandLiftVendorConfigs!,
      if (brandSafetyVendorConfigs != null)
        'brandSafetyVendorConfigs': brandSafetyVendorConfigs!,
      if (reachVendorConfigs != null)
        'reachVendorConfigs': reachVendorConfigs!,
      if (viewabilityVendorConfigs != null)
        'viewabilityVendorConfigs': viewabilityVendorConfigs!,
    };