int getInt(String key, {int defValue: 0}) { return int.tryParse(_get(key, defValue.toString())) ?? defValue; }