Skip to content

Commit

Permalink
Make Charcode abstract/final
Browse files Browse the repository at this point in the history
  • Loading branch information
moffatman committed Aug 14, 2024
1 parent a88570c commit d8ab1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ const mathmlTextIntegrationPointElements = [
Pair(Namespaces.mathml, 'mtext')
];

class Charcode {
abstract final class Charcode {
static const int kNull = 0x00;

/// '\t'
Expand Down

0 comments on commit d8ab1b4

Please sign in to comment.