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
追加資料: