| * check casts (for list and map) at cast time by recreating the list/map
  instead of throwing on access.
* type warnings work now slightly differently:
  * when we expect nullable fields to be actually null within normal
    operation you can explicitly set the tryGet type param to an
optional type and mute the warning. Otherwise it'll warn that something
is null which we expect to something else. | ||
|---|---|---|
| .. | ||
| src | ||
| fake_matrix_api.dart | ||
| matrix_api_lite.dart | ||