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