getMinWindowScore method

double? getMinWindowScore()

Implementation

double? getMinWindowScore() {
  return minWindowScore;
}