highlight.dart
highlight.dart copied to clipboard
Code issue
I think you could replace this
final _languages = {}.cast<String, Mode>()
with this
final _languages = <String, Mode>{};