Dart
dart:core
RegExpMatch
groupNames property
groupNames
description
groupNames
property
Null safety
Iterable
<
String
>
groupNames
The names of the captured groups in the match.
Implementation
Iterable<String> get groupNames;
Dart
dart:core
RegExpMatch
groupNames property
RegExpMatch class
Constructors
RegExpMatch
Properties
end
groupCount
groupNames
hashCode
input
pattern
runtimeType
start
Methods
group
groups
namedGroup
noSuchMethod
toString
Operators
operator ==
operator []