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