toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (activeViewOptOut != null) 'activeViewOptOut': activeViewOptOut!,
      if (dfpSettings != null) 'dfpSettings': dfpSettings!,
      if (instreamVideoPlacementAccepted != null)
        'instreamVideoPlacementAccepted': instreamVideoPlacementAccepted!,
      if (interstitialPlacementAccepted != null)
        'interstitialPlacementAccepted': interstitialPlacementAccepted!,
    };