@override Map<String, dynamic> toJson() => { 'type': 'BinaryOperation', 'operator': operator, 'left': left.toJson(), 'right': right.toJson(), };