Encode
@override String encode(Map<String, String> payload) { return new Uri(queryParameters: payload).query; }