Gets an int value.
int getInt(String key, [int defaultValue = 0]) => getPropsInt(_data, key, defaultValue);