Entry

The Entry object holds the needed information about all table entries

Members

Variables

key
string key;

The key/name of the entry

value
Nullable!EntryValue value;

The value of the entry, which may be null

Meta