containsOnlyLongestSubSequences property
When true (the default), only sub-sequences of the maximum found length
are included in the result. When false, all found sub-sequences are
returned regardless of length.
Implementation
bool containsOnlyLongestSubSequences = true;