We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
interface
1 parent 8dfaa9f commit 4e77887Copy full SHA for 4e77887
pkgs/characters/lib/src/characters.dart
@@ -19,7 +19,7 @@ import "characters_impl.dart";
19
/// which allows iterating the independent characters in both directions,
20
/// but which also provides ways to select other ranges of characters
21
/// in different ways.
22
-abstract interface class Characters implements Iterable<String> {
+abstract class Characters implements Iterable<String> {
23
/// An empty [Characters] containing no characters.
24
static const Characters empty = StringCharacters("");
25
0 commit comments