zam_factory_pattern 0.0.1
zam_factory_pattern: ^0.0.1 copied to clipboard
Provides utilities to implement the factory pattern which deals with the problem of creating objects.
0.0.1 #
- Includes the core classes
FactoryandModifiableFactory. - Includes
TypedFactorythat lets us use class names as keys. - Includes
ModifiableFactoryMixinfor coverting any factory into a modifiable factory. - Includes
BuilderNotFoundInFactoryExceptionwhich is thrown when a builder is not found in factory.