paramConverter property
Function to convert parameters to the type expected by this route
Implementation
@override
ParameterConverter<P>? get paramConverter => null;
Function to convert parameters to the type expected by this route
@override
ParameterConverter<P>? get paramConverter => null;