After upgrading to the latest version of flutter, I get a deprecation warning for all my Lists.
List<MyClass> _files = List<MyClass>(); =>'List' is deprecated and shouldn't be used.
Unfortunately, it does not give a hint of what to replace it with. So what are we supposed to use instead now?
- Dart SDK version: 2.12.0-141.0.dev
- Flutter: Channel master, 1.25.0-9.0.pre.42