QS class final

A query string decoder (parser) and encoder (stringifier) class.

Constructors

QS()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(dynamic input, [DecodeOptions options = const DecodeOptions()]) Map<String, dynamic>
Decodes a String or Map<String, dynamic> into a Map<String, dynamic>. Providing custom options will override the default behavior.
encode(Object? object, [EncodeOptions options = const EncodeOptions()]) String
Encodes an Object into a query String. Providing custom options will override the default behavior.