KeyEntryList constructor

KeyEntryList({
  1. required KeyEntryListHandle handle,
})

Constructs an instance of KeyEntryList.

Implementation

KeyEntryList({required this.handle});