判断a是否大于等于b
bool isGreaterOrEqual(num b) => NumUtils.isGreaterOrEqualStr((this ?? 0).toString(), b.toString());