KeyEntry constructor
- required KeyEntryListHandle list,
- required int pos,
Constructs an instance of KeyEntry.
Implementation
KeyEntry({required KeyEntryListHandle list, required int pos})
: _list = list,
_pos = pos;
Constructs an instance of KeyEntry.
KeyEntry({required KeyEntryListHandle list, required int pos})
: _list = list,
_pos = pos;