将数字字符串转int
int kparseInt({int defValue = 0}) => int.tryParse(this ?? defValue.toString()) ?? defValue;