ToDeviceEventDecryptionError constructor
ToDeviceEventDecryptionError({
- required ToDeviceEvent toDeviceEvent,
- required Exception exception,
- StackTrace? stackTrace,
Implementation
ToDeviceEventDecryptionError({
required ToDeviceEvent toDeviceEvent,
required this.exception,
this.stackTrace,
}) : super(
sender: toDeviceEvent.senderId,
content: toDeviceEvent.content,
type: toDeviceEvent.type,
);