stateKeyUser property

User? stateKeyUser

Implementation

User? get stateKeyUser => stateKey != null
    ? room.unsafeGetUserFromMemoryOrFallback(stateKey!)
    : null;