StrippedStateEvent.fromJson constructor

StrippedStateEvent.fromJson(
  1. Map<String, Object?> json
)

Implementation

StrippedStateEvent.fromJson(super.json)
  : stateKey = json.tryGet<String>('state_key'),
    super.fromJson();