matches method

Score matches(
  1. int value
)

Implementation

Score matches(int value) {
  _match = value.toString();
  return Score.str('${_getESStr()} matches $_match',
      score: score, match: _match);
}