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