Open theRealProHacker opened 1 year ago
I think you could replace this
final _languages = {}.cast<String, Mode>()
with this
final _languages = <String, Mode>{};
I think you could replace this
with this