@override Map<String, dynamic> toJson() => { 'type': 'Assignment', 'variable': variable, 'value': value.toJson(), };