MatrixEvent constructor
MatrixEvent({})
Implementation
MatrixEvent({
required super.type,
required super.content,
required super.senderId,
super.stateKey,
required this.eventId,
this.roomId,
required this.originServerTs,
this.unsigned,
this.prevContent,
this.redacts,
});