isRank method

bool isRank(
  1. double min
)

Implementation

bool isRank(double min) => Validator.isRank(this, min);