preparePitches property

Future<Map<DictionaryHeading, List<DictionaryPitch>>> Function(PrepareDictionaryParams params) preparePitches
read / write

Prepares a map with pitch entries that will be added to the database. See PrepareDictionaryParams for how to work with the individual input parameters.

Implementation

Future<Map<DictionaryHeading, List<DictionaryPitch>>> Function(
    PrepareDictionaryParams params) preparePitches;