values property

Implementation

static List<TrexAttributeEnumAttrType> get values =>
    <TrexAttributeEnumAttrType>[
      typeBool,
      typeInt,
      typeFloat,
      typeString,
      typeEnum,
    ];