Gets integer input
int? getInt(String key, [int? defaultValue]) => _input.integer(key, defaultValue);