Returns the int value for key, or null if absent or not an int.
key
null
int? tryInt(K key) => tryGet<int>(key);