values constant

List<PropertyType> const values

Implementation

static const $core.List<PropertyType> values = <PropertyType> [
  PROPERTY_TYPE_DEFAULT,
  PROPERTY_TYPE_ENUM,
  PROPERTY_TYPE_INT,
  PROPERTY_TYPE_PATH,
];