struct ui.DictionaryEntry

struct DictionaryEntry {
    // fields

    ui.DictionaryEntry cmut* m_next;
    string_t m_key;
    string_t m_value;
    bool m_isChecked;
};