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