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