map property

T Function(RegExpMatch match) map
final

User defined conversion from a RegExpMatch to T. To include the matched String literally, use the static factory method RegExpParamParser.forward instead.

Implementation

final T Function(RegExpMatch match) map;