groupNames property - RegExpMatch class - dart:core library (original) (raw)
Iterable<String> getgroupNames
The names of the named capture groups of pattern.
Implementation
Iterable<String> get groupNames;
Iterable<String> getgroupNames
The names of the named capture groups of pattern.
Iterable<String> get groupNames;