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