prepareEntries property
read / write
Prepares a map with entries that will be added to the database. See PrepareDictionaryParams for how to work with the individual input parameters.
Implementation
Future<Map<DictionaryHeading, List<DictionaryEntry>>> Function(
PrepareDictionaryParams params) prepareEntries;