encoder property

QueryParameterEncoder<T>? encoder
final

A function that converts a parameter value to a string for use in the URI.

See QueryParameterEncoder for details.

Implementation

final QueryParameterEncoder<T>? encoder;