PotReplacements typedef

PotReplacements = Map<ReplaceablePot<Object?>, PotObjectFactory<Object?>>

The signature of a map consisting of replaceable pots and factories.

Implementation

typedef PotReplacements
    = Map<ReplaceablePot<Object?>, PotObjectFactory<Object?>>;