spawnIsolate property

bool? spawnIsolate
finalinherited

Whether to spawn a new isolate on which to calculate the diff on.

Usually you wont have to specify this value as the MyersDiff implementation will use its own metrics to decide, whether a new isolate has to be spawned or not for optimal performance.

Implementation

final bool? spawnIsolate;