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