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