factory/properties library

Classes

BaseProperties
The Lowder's Property preset. It's a singleton class so it can be used as an utility class.
NoProperties
An empty implementation of IProperties to be used when there are no Properties to declare.

Mixins

IProperties
An interface for registering a Solution's Properties.

Typedefs

SpecBuildFunction = dynamic Function(Map? spec)
ValueBuildFunction = dynamic Function(String? value)
ValueSpecBuildFunction = dynamic Function(dynamic value, Map? spec)