bool hasParam(String? key) { if (key != null) { return (_parameters.containsKey(key.toLowerCase()) && true) || false; } return false; }