struct ui.FlagPropertyOption

struct FlagPropertyOption
{
    // fields

    char const* m_text;
    uint_t m_value;
};