expose library
Exposes slightly modified versions of private Dart SDK classes.
Classes
-
MapView<
K, V> -
Wrapper around a class that implements Map that only exposes
Map
members. -
UnmodifiableListBase<
E> - Abstract implementation of an unmodifiable list.
-
UnmodifiableListView<
E> - An unmodifiable List view of another List.
-
UnmodifiableMapView<
K, V> - View of a Map that disallow modifying the map.
Mixins
-
UnmodifiableListMixin<
E> - Mixin for an unmodifiable List class.
-
UnmodifiableMapMixin<
K, V> - Mixin that overrides mutating map operations with implementations that throw.