toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final contentTheme = this.contentTheme;
final excludedContentTheme = this.excludedContentTheme;
final excludedTargetingOptionId = this.excludedTargetingOptionId;
return {
'contentTheme': ?contentTheme,
'excludedContentTheme': ?excludedContentTheme,
'excludedTargetingOptionId': ?excludedTargetingOptionId,
};
}