toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (excludeFirstPartyAudience != null)
        'excludeFirstPartyAudience': excludeFirstPartyAudience!,
      if (targetingExpansionLevel != null)
        'targetingExpansionLevel': targetingExpansionLevel!,
    };