error: The class 'List' doesn't have an unnamed constructor. (new_with_undefined_constructor_default at chapter2\data_type_list.dart:10)
dart3之后List()不再是有效的代码,List没有构造函数了,不能再用new List()来定义空数组了