menu
Dart
dart:core
RegExpMatch
groupNames property
groupNames
brightness_4
brightness_5
description
groupNames
property
Iterable
<
String
>
groupNames
The names of the named capture groups of
pattern
.
Implementation
Iterable<String> get groupNames;
Dart
dart:core
RegExpMatch
groupNames property
RegExpMatch class