lcsOptions property

LcsOptions? lcsOptions
final

Options specific to the LCS (Longest Common Subsequence) algorithm.

May be null for distance calculators that do not use LCS.

Implementation

final LcsOptions? lcsOptions;