@override Map<String, dynamic> toJson() { return <String, dynamic>{ 'type': 'moveTo', 'x': x, 'y': y, }; }