| Index: sdk/lib/_internal/lib/string_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/string_helper.dart b/sdk/lib/_internal/lib/string_helper.dart
|
| index fa046d5e99ff98fe5de7b08e71dc3f5c26c4e421..328cf2909184940127157ee6929976bd67efed7e 100644
|
| --- a/sdk/lib/_internal/lib/string_helper.dart
|
| +++ b/sdk/lib/_internal/lib/string_helper.dart
|
| @@ -28,9 +28,6 @@ class StringMatch implements Match {
|
| return result;
|
| }
|
|
|
| - // TODO(12843): Remove when grace period is over.
|
| - String get str => input;
|
| -
|
| final int start;
|
| final String input;
|
| final String pattern;
|
|
|