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