| Index: lib/core/regexp.dart
|
| diff --git a/lib/core/regexp.dart b/lib/core/regexp.dart
|
| index 1cf4a9783ad497296d26bfdeedc62ad568835ed1..a301785095ba48183e203b9d7c683bf3f66e7fdc 100644
|
| --- a/lib/core/regexp.dart
|
| +++ b/lib/core/regexp.dart
|
| @@ -89,7 +89,7 @@ interface RegExp extends Pattern default JSSyntaxRegExp {
|
| * Constructs a regular expression. The default implementation of a
|
| * [RegExp] sets [multiLine] and [ignoreCase] to false.
|
| */
|
| - const RegExp(String pattern, [bool multiLine, bool ignoreCase]);
|
| + const RegExp(String pattern, {bool multiLine, bool ignoreCase});
|
|
|
| /**
|
| * Searches for the first match of the regular expression
|
|
|