toJson method

Map<String, dynamic> toJson()

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,
  };
}