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