Dart
dart:core
Match
start property
start
Dart
dart:core
Match
start property
Match class
Constructors
Match
Properties
end
groupCount
hashCode
input
pattern
runtimeType
start
Methods
group
groups
noSuchMethod
toString
Operators
operator ==
operator []
description
start
property
Null safety
int
start
Returns the index in the string where the match starts.
Implementation
int get start;