pots property

PotOverrides pots
final

A map of pots and factories.

The factories are called immediately to create objects when the LocalPottery is created. The objects are accessible with NearestPotOf.of (not with Pot.call) from the descendants.

Implementation

final PotOverrides pots;