我看到我被允许使用了
argument: MyClassName(a,b)
以及
argument: new MyClassName(a,b)
我想new在Dart中理解是可选的吗?或者这两个回归完全不同的东西?
new
dart flutter
dart ×1
flutter ×1