Property class
class Property {
 final Enumeration<_Product> enumeration;
 final Function property;
 Property(this.enumeration, this.property);
}
Constructors
new Property(Enumeration<_Product> enumeration, Function property) #
Properties
final Enumeration<_Product> enumeration #
final Enumeration<_Product> enumeration