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