decoder property

QueryParameterDecoder<T>? decoder
final

A function that converts a string from the URI to a parameter value.

See QueryParameterDecoder for details.

Implementation

final QueryParameterDecoder<T>? decoder;