Parses route arguments, returning null when a required one is missing or malformed.
null
final A? Function(Map<String, String> arguments) tryParse;