Creates an immutable view of the given map.
map
The entries are copied.
TypedMap(Map<String, dynamic> map) : _map = Map.unmodifiable(Map.from(map));