isSmaller method

Score isSmaller(
  1. Score score
)

Implementation

Score isSmaller(Score score) {
  return Score.str(
    '${_getESStr()} < ${_getESStr(entity: score.entity, score: score.score)}',
  );
}