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