encode function

String encode(
  1. Object? object, [
  2. EncodeOptions? options
])

Convenience method for QS.encode

Implementation

String encode(Object? object, [EncodeOptions? options]) =>
    QS.encode(object, options);