Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
既然 Dart 有一阶类型,那么这些类型的类型是什么?
例子:
createSomething(Type factory) { return new factory(); }
其中 Type 应该替换为我正在寻找的内容。
我不确定您是否可以在它们上使用类型提示,但它们属于Type.
Type
补充阅读: