prepareName property
read / write
Given a Directory of files pertaining to this dictionary format, return a String that will refer to a dictionary's name in this format.
If this format does not offer a way for a dictionary's name to be represented in its schema, return a unique String instead such that collisions with other dictionaries will not be likely.
See PrepareDictionaryParams for how to work with the individual input parameters.
Implementation
Future<String> Function(PrepareDirectoryParams params) prepareName;