highlight.dart icon indicating copy to clipboard operation
highlight.dart copied to clipboard

Code issue

Open theRealProHacker opened this issue 2 years ago • 0 comments

I think you could replace this

final _languages = {}.cast<String, Mode>()

with this

final _languages = <String, Mode>{};

theRealProHacker avatar Nov 11 '22 22:11 theRealProHacker