tryParse property

A? Function(Map<String, String> arguments) tryParse
final

Parses route arguments, returning null when a required one is missing or malformed.

Implementation

final A? Function(Map<String, String> arguments) tryParse;