Dart DocumentationpropcheckProperty

Property class

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

Constructors

new Property(Enumeration<_Product> enumeration, Function property) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
Property(this.enumeration, this.property);

Properties

final Enumeration<_Product> enumeration #

final Enumeration<_Product> enumeration

final Function property #

final Function property