registrees property

Map<String, Cosim> registrees

A collection of all registered Cosim modules.

The keys are their registreeNames.

Implementation

static Map<String, Cosim> get registrees => UnmodifiableMapView(_registrees);