PotOverrides typedef

PotOverrides = Map<Pot<Object?>, PotObjectFactory<Object?>>

The signature of a map consisting of pots and factories.

Implementation

typedef PotOverrides = Map<Pot<Object?>, PotObjectFactory<Object?>>;