map property

Map<String, ControllerMVC> map
inherited

Returns a Map containing all the 'Controllers' associated with this StateMVC object each with their unique 'key' identifier.

Implementation

Map<String, ControllerMVC> get map => _map;