state property
The current state for every room in the results.
This is included if the request had the
include_state
key set with a value of true
.
The key is the room ID for which the State Event
array belongs to.
Implementation
Map<String, List<MatrixEvent>>? state;