resolveSpeechFiles method Null safety
- SpeechPackage package,
- SpeechCondition condition
Resolves speech file paths for condition
Implementation
List<File> resolveSpeechFiles(
SpeechPackage package,
SpeechCondition condition,
) =>
condition.paths
.map((path) => fileFor(package, path))
.toList(growable: false);