taggedSingletons property

Map<String, T> taggedSingletons
getter/setter pair

Map of singleton instances of T per each String tag.

Implementation

Map<String, T> taggedSingletons = {};