prepareTags property

Future<List<DictionaryTag>> Function(PrepareDictionaryParams params) prepareTags
read / write

Prepares a list of tags that will be added to the database. See PrepareDictionaryParams for how to work with the individual input parameters.

Implementation

Future<List<DictionaryTag>> Function(PrepareDictionaryParams params)
    prepareTags;