IsolateProcessingConfig constructor
IsolateProcessingConfig({})
Implementation
IsolateProcessingConfig({
required this.filePaths,
required this.translationTerms,
required this.regexPatterns,
required this.chunkId,
required this.responsePort,
});