Converts to JSON.
@override Map<String, dynamic> toJson() => { 'type': type, 'event_id': eventId, if (previousItemId != null) 'previous_item_id': previousItemId, 'item_id': itemId, };