menu
dart_eval package
documentation
stdlib/core.dart
$RegExpMatch
start property
start property
dark_mode
light_mode
start
property
@
override
int
get
start
override
The index in the string where the match starts.
Implementation
@override int get start => $value.start;
dart_eval package
documentation
stdlib/core
$RegExpMatch
start property
$RegExpMatch class