编辑:下面的类也没有扩展任何类;为什么它可以使用keys # Mixin defining all dictionary methods for classesWithout knowledge of the subclass constructor, the mixin
# does not define __init__() or copy().
我使用Dart 2.1.0在Flutter中编程,遇到了这种情况: final int pinches; // Immutable, and I want to delayinitialization.
}
Meat(int pinchespinches是final,所以我不能在Meat的构造函数中设置它。
我不想