LocalPotteryObjects typedef

LocalPotteryObjects = Map<Pot<Object?>, Object?>

The signature of a map consisting of pots and the objects they hold.

Implementation

typedef LocalPotteryObjects = Map<Pot<Object?>, Object?>;