SDNEvent constructor
SDNEvent({})
Implementation
SDNEvent({
required String type,
required Map<String, Object?> content,
required String senderId,
String? stateKey,
required this.eventId,
this.roomId,
required this.originServerTs,
this.unsigned,
this.prevContent,
this.redacts,
}) : super(
type: type,
content: content,
senderId: senderId,
stateKey: stateKey);