toValue property
Decoders for converting a query parameter to a value of type T
.
Implementation
final T? Function(String? param) toValue;
Decoders for converting a query parameter to a value of type T
.
final T? Function(String? param) toValue;