Set property from enum as index
void setPropertyFromEnum(String property, Enum value) { setPropertyUnsafe(property, value.index); }