RegexPatternMatchCallback typedef

RegexPatternMatchCallback = void Function(RegexPatternMatched<Object?> model)

Implementation

typedef RegexPatternMatchCallback =
    void Function(RegexPatternMatched<Object?> model);