ValueParser typedef

ValueParser = ParseParamResult Function(ParseContext context, String source)

A function that defines a predicate by which path segments are matched and returns a ParseParamResult.

See also:

Implementation

typedef ValueParser = ParseParamResult Function(
    ParseContext context, String source);