allMatches property

Map<DetectedType, List<RegExpMatch>?> allMatches
getter/setter pair

Implementation

Map<DetectedType, List<RegExpMatch>?> allMatches = Map();