@override Map<String, dynamic> toJson() { return <String, dynamic>{ 'type': 'shift', 'offset': offset.toJson(), }; }