@override Map<String, dynamic> toJson() => { 'type': type.value, 'id': id, 'topic': topic, 'eventType': eventType.value, 'rowIds': rowIds, };