Return a string from the formData
String formData({List<String> parameters = const <String>[]}) { return _urlParameters(parameters, join: false); }