end property

  1. @override
int get end
override

The index in the string after the last character of the match.

Implementation

@override
int get end => $value.end;