Map<String, String> get parameters { var map = <String, String>{}; queryParameters.forEach((key, value) { map[key] = value; }); return map; }