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