Gets boolean input
bool getBoolean(String key, [bool defaultValue = false]) => _input.boolean(key, defaultValue);