判断a是否小于或者等于b
bool isLessOrEqual(num b) => NumUtils.isLessOrEqualStr((this ?? 0).toString(), b.toString());