paramConverter property

  1. @override
ParameterConverter<P>? paramConverter
final

Function to convert parameters to the type expected by this route

Implementation

@override
final ParameterConverter<P>? paramConverter;