remoteUser property

User? remoteUser

Implementation

User? get remoteUser => remoteUserId != null
    ? room.unsafeGetUserFromMemoryOrFallback(remoteUserId!)
    : null;