IsolateProcessingConfig class

Configuration for isolate-based file processing.

Constructors

IsolateProcessingConfig({required List<String> filePaths, required Set<String> translationTerms, required Map<String, RegExp> regexPatterns, required int chunkId, required SendPort responsePort})

Properties

chunkId int
final
filePaths List<String>
final
hashCode int
The hash code for this object.
no setterinherited
regexPatterns Map<String, RegExp>
final
responsePort SendPort
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translationTerms Set<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited