toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final activeViewOptOut = this.activeViewOptOut;
final dfpSettings = this.dfpSettings;
final instreamVideoPlacementAccepted = this.instreamVideoPlacementAccepted;
final interstitialPlacementAccepted = this.interstitialPlacementAccepted;
return {
'activeViewOptOut': ?activeViewOptOut,
'dfpSettings': ?dfpSettings,
'instreamVideoPlacementAccepted': ?instreamVideoPlacementAccepted,
'interstitialPlacementAccepted': ?interstitialPlacementAccepted,
};
}