itemControllers property

List<MapEntryController<K, V, KC, VC>> itemControllers
inherited

Returns the current list of controllers.

Implementation

List<C> get itemControllers => UnmodifiableListView(_itemControllers);