StrippedStateEvent constructor
StrippedStateEvent({})
Implementation
StrippedStateEvent(
{required String type,
required Map<String, Object?> content,
required String senderId,
this.stateKey})
: super(type: type, content: content, senderId: senderId);