toParam property

String Function(T value) toParam
final

Encoder for converting value of type T to a query parameter.

Implementation

final String Function(T value) toParam;