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