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