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