groupNames property - RegExpMatch class - dart:core library (original) (raw)

description

Iterable<String> getgroupNames

The names of the named capture groups of pattern.

Implementation

Iterable<String> get groupNames;