We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Just like this is a compile-time error:
final List<int> v = <dynamic>[];
It should happen IMHO when List is in a record type.
List
const t1Default = const (5, "6", b: []); class ClassMemberSuper1_t02 { (int i, String, {List<num> b}) m = t1Default; ...