typeArguments属性

List<Type> typeArguments

对调用类型参数的一个不可修改的视图。

如果成员是获取器、设置器或运算符,类型参数列表始终为空。

实现

List<Type> get typeArguments => const <Type>[];