EntryList constructor

EntryList({
  1. required EntryListHandle handle,
})

Constructs an instance of EntryList.

Implementation

EntryList({required this.handle});