MatchResult.noMatch constructor

const MatchResult.noMatch()

Create a no-match result.

Implementation

const MatchResult.noMatch()
  : score = 0.0,
    matchType = MatchType.noMatch,
    matchPositions = const [],
    evidence = const [];